···11-## [Unreleased]
11+## [0.4.0] - 2024-09-23
2233-- added heartbeat timer
33+- (re)added a "hearbeat" feature (removed earlier in 0.2.0) to fix the occasional issue when the websocket stops receiving data, but doesn't disconnect (not enabled by default, turn it on by setting `check_heartbeat` to true)
44+- added a way to set the user agent sent when connecting using the `user_agent` field (default is `"Skyfall/#{version}"`)
55+- added `app.bsky.feed.postgate` record type
4657## [0.3.1] - 2024-06-28
68
+1-1
lib/skyfall/version.rb
···11# frozen_string_literal: true
2233module Skyfall
44- VERSION = "0.3.1"
44+ VERSION = "0.4.0"
55end