···11+## [0.2.3] - 2023-09-28
22+33+- fixed encoding of image CIDs again (they should be wrapped in a `$link` object)
44+- binary strings are now correctly returned as `$bytes` objects
55+- added `list`, `listblock` and `threadgate` to record type symbols and collection constants
66+17## [0.2.2] - 2023-09-06
2839- fixed image CIDs returned in the record JSON as CBOR tag objects (they are now returned decoded to the string form)
+1-1
lib/skyfall/version.rb
···11# frozen_string_literal: true
2233module Skyfall
44- VERSION = "0.2.2"
44+ VERSION = "0.2.3"
55end