There was an error while loading. Please reload this page.
1 parent e0c9567 commit 3735866Copy full SHA for 3735866
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.19.0] - 2026-03-01
2
+* Add streaming support for filtered stream and volume stream endpoints
3
+
4
## [0.18.0] - 2026-01-06
5
* Add OAuth 2.0 authentication with token refresh support (d4c03cb)
6
* Add AccountUploader for profile image and banner uploads (7833dd2)
lib/x/version.rb
@@ -2,5 +2,5 @@
module X
# The current version of the X gem
- VERSION = Gem::Version.create("0.18.0")
+ VERSION = Gem::Version.create("0.19.0")
end
0 commit comments