Skip to content

Commit 3735866

Browse files
committed
Prepare for version 0.19.0 release
1 parent e0c9567 commit 3735866

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.19.0] - 2026-03-01
2+
* Add streaming support for filtered stream and volume stream endpoints
3+
14
## [0.18.0] - 2026-01-06
25
* Add OAuth 2.0 authentication with token refresh support (d4c03cb)
36
* Add AccountUploader for profile image and banner uploads (7833dd2)

lib/x/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module X
44
# The current version of the X gem
5-
VERSION = Gem::Version.create("0.18.0")
5+
VERSION = Gem::Version.create("0.19.0")
66
end

0 commit comments

Comments
 (0)