Skip to content

Commit

Permalink
Prepare for version 0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 6, 2025
1 parent 26527ca commit 609a3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.15.0] - 2025-02-06
* Change media upload to use the API v2 endpoints (eca2b88)

## [0.14.1] - 2023-12-20
* Fix infinite loop when an upload fails (5dfc604)

Expand Down
2 changes: 1 addition & 1 deletion lib/x/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "rubygems/version"

module X
VERSION = Gem::Version.create("0.14.1")
VERSION = Gem::Version.create("0.15.0")
end

0 comments on commit 609a3dd

Please sign in to comment.