···11## [Unreleased]
2233- added heartbeat timer
44-- fixed param validation on `Stream` initialization
55-- reverted the change with adding Ruby stdlib dependencies explicitly to the gemspec, since this causes more problems than it's worth - only `base64` is left there, since it's the one now required to be listed
66-- added `chat.bsky.actor.declaration` record type
44+55+## [0.3.1] - 2024-06-28
66+77+- added `app.bsky.graph.starterpack` and `chat.bsky.actor.declaration` record types
78- added `#account` event type (`AccountMessage`)
89- added `handle` field to `IdentityMessage`
1010+- fixed param validation on `Stream` initialization
1111+- reverted the change that added Ruby stdlib dependencies explicitly to the gemspec, since this causes more problems than it's worth - only `base64` is left there, since it's the one now required to be listed
9121013## [0.3.0] - 2024-03-21
1114
+1-1
lib/skyfall/version.rb
···11# frozen_string_literal: true
2233module Skyfall
44- VERSION = "0.3.0"
44+ VERSION = "0.3.1"
55end