Skip to content

Commit

Permalink
prepare 2.15.0
Browse files Browse the repository at this point in the history
- requires wasabi < 5
  • Loading branch information
pcai committed Feb 11, 2024
1 parent 13c4d7d commit d7dbad6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "nori", "~> 2.4"
s.add_dependency "httpi", ">= 2.4.5"
s.add_dependency "wasabi", ">= 3.7"
s.add_dependency "wasabi", ">= 3.7", " < 5"
s.add_dependency "akami", "~> 1.2"
s.add_dependency "gyoku", "~> 1.2"
s.add_dependency "builder", ">= 2.1.2"
Expand Down

0 comments on commit d7dbad6

Please sign in to comment.