Skip to content

Commit b4c446a

Browse files
committed
prepare 2.13.1 release
1 parent 0dbc901 commit b4c446a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* Add your PR changelog line here
66

7+
## 2.13.1 (2022-09-04)
8+
9+
* Fix: [#977](https://github.com/savonrb/savon/pull/977) Prevent "xmlns:xmlns" namespace but allow "xmlns" namespace.
10+
711
## 2.13.0 (2022-08-03)
812

913
* Drop support for ruby 2.6 and below. Added Ruby 3.0 and 3.1 to test matrix.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Heavy metal SOAP client
44

5-
[Documentation](https://www.rubydoc.info/gems/savon/) | [Support](https://stackoverflow.com/questions/tagged/savon) |
5+
[Documentation](https://www.rubydoc.info/gems/savon/) | [Support](https://stackoverflow.com/questions/tagged/savon) |
66
[Mailing list](https://groups.google.com/forum/#!forum/savonrb) | [Twitter](http://twitter.com/savonrb)
77

88
[![Ruby](https://github.com/savonrb/savon/actions/workflows/ci.yml/badge.svg)](https://github.com/savonrb/savon/actions/workflows/ci.yml)
@@ -22,7 +22,7 @@ $ gem install savon
2222
or add it to your Gemfile like this:
2323

2424
```
25-
gem 'savon', '~> 2.12.0'
25+
gem 'savon', '~> 2.13.0'
2626
```
2727

2828
## Usage example
@@ -76,5 +76,3 @@ $ bundle exec rspec
7676
## Documentation
7777

7878
Please be sure to [read the documentation](https://www.rubydoc.info/github/savonrb/savon/).
79-
80-

lib/savon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Savon
3-
VERSION = '2.13.0'
3+
VERSION = '2.13.1'
44
end

0 commit comments

Comments
 (0)