···11+## [0.5.1] - 2025-05-18
22+33+- added support for the new `#sync` message type
44+- added `#unknown?` helper in `Skyfall::Firehose::Message` and `Skyfall::Jetstream::Message`, which returns true if the message type is `UnknownMessage`
55+- added `:bsky_verification` and `:bsky_actor_status` lexicon type and shortcode
66+- added one missing require
77+18## [0.5.0] - 2024-11-15
29310Jetstream support! You can now connect to [Jetstream](https://github.com/bluesky-social/jetstream) sources using `Skyfall::Jetstream` (see readme).
+1-1
lib/skyfall/version.rb
···11# frozen_string_literal: true
2233module Skyfall
44- VERSION = "0.5.0"
44+ VERSION = "0.5.1"
55end