Skip to content

Commit 2a25a65

Browse files
committed
Prepare for version 0.17.0 release
1 parent 497b039 commit 2a25a65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.17.0] - 2025-12-02
2+
* Add MediaUploader.upload_binary method (9f2f108)
3+
* Don't forward filename during media upload (492214d)
4+
15
## [0.16.0] - 2025-06-24
26
* Remove media_type parameter from non-chunked upload and append methods (f1f38b5)
37
* Fix media upload (dcb418a)

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.16.0")
4+
VERSION = Gem::Version.create("0.17.0")
55
end

0 commit comments

Comments
 (0)