Skip to content

Commit

Permalink
prepare 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Feb 11, 2024
1 parent 13c4d7d commit 2e8a46f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
* Add your PR changelog line here

## 2.15.0 (2024-02-10)

* Drop support for ruby 2.7 and below. Added Ruby 3.2 and 3.3 to test matrix.

## 2.14.0 (2022-12-16)

* BC BREAKING Fix: [#985](https://github.com/savonrb/savon/pull/985) Renamed `Savon::Response#hash` to `Savon::Response#full_hash`
Expand Down
2 changes: 1 addition & 1 deletion lib/savon/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Savon
VERSION = '2.14.0'
VERSION = '2.15.0'
end

0 comments on commit 2e8a46f

Please sign in to comment.