Skip to content

Commit

Permalink
prepare 2.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jul 8, 2024
1 parent 3ecfc40 commit 85c8e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Savon changelog

## Unreleased
* Ruby 3.0+ is required in the gemspec.
* Add your PR changelog line here

## 2.15.1 (2024-07-08)

* Ruby 3.0+ is required in the gemspec.
* Require httpi 4.x - older versions rely on `Rack::Utils::HeaderHash` which is removed in Rack 3.0.

## 2.15.0 (2024-02-10)

* Drop support for ruby 2.7 and below. Added Ruby 3.2 and 3.3 to test matrix.
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.15.0'
VERSION = '2.15.1'
end

0 comments on commit 85c8e1a

Please sign in to comment.