We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497b039 commit 2a25a65Copy full SHA for 2a25a65
CHANGELOG.md
@@ -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
+
5
## [0.16.0] - 2025-06-24
6
* Remove media_type parameter from non-chunked upload and append methods (f1f38b5)
7
* Fix media upload (dcb418a)
lib/x/version.rb
@@ -1,5 +1,5 @@
require "rubygems/version"
module X
- VERSION = Gem::Version.create("0.16.0")
+ VERSION = Gem::Version.create("0.17.0")
end
0 commit comments