Skip to content

Commit b0f33e1

Browse files
committed
Prepare for version 0.15.2 release
1 parent 080d8ee commit b0f33e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
## [0.15.2] - 2025-03-28
2+
* Use media_id instead of media_key to upload media (f1dd577)
13

2-
## [0.15.0] - 2025-03-24
4+
## [0.15.1] - 2025-03-24
35
* Fix bug in MediaUploader#await_processing (136dff8)
46
* Refactor RedirectHandler#build_request (fd379c3)
57
* Escape space in query string as %20, not + (2d2df75)

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

0 commit comments

Comments
 (0)