Skip to content

Commit 657efe8

Browse files
committed
Prepare for version 0.15.4 release
1 parent 9e94f39 commit 657efe8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.15.4] - 2025-05-02
2+
* Use dedicated endpoints for chunked media upload (d54d0d0)
3+
14
## [0.15.3] - 2025-04-24
25
* Add missing base64 dependency (3ca8512)
36
* Set binary read for media files to be uploaded (fd066e6)

lib/x/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require "rubygems/version"
22

33
module X
4-
VERSION = Gem::Version.create("0.15.3")
4+
VERSION = Gem::Version.create("0.15.4")
55
end

0 commit comments

Comments
 (0)