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 080d8ee commit b0f33e1Copy full SHA for b0f33e1
CHANGELOG.md
@@ -1,5 +1,7 @@
1
+## [0.15.2] - 2025-03-28
2
+* Use media_id instead of media_key to upload media (f1dd577)
3
-## [0.15.0] - 2025-03-24
4
+## [0.15.1] - 2025-03-24
5
* Fix bug in MediaUploader#await_processing (136dff8)
6
* Refactor RedirectHandler#build_request (fd379c3)
7
* Escape space in query string as %20, not + (2d2df75)
lib/x/version.rb
@@ -1,5 +1,5 @@
require "rubygems/version"
module X
- VERSION = Gem::Version.create("0.15.1")
+ VERSION = Gem::Version.create("0.15.2")
end
0 commit comments