File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Add your PR changelog line here
6
6
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
+
7
11
## 2.13.0 (2022-08-03)
8
12
9
13
* Drop support for ruby 2.6 and below. Added Ruby 3.0 and 3.1 to test matrix.
Original file line number Diff line number Diff line change 2
2
3
3
Heavy metal SOAP client
4
4
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 ) |
6
6
[ Mailing list] ( https://groups.google.com/forum/#!forum/savonrb ) | [ Twitter] ( http://twitter.com/savonrb )
7
7
8
8
[ ![ 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
22
22
or add it to your Gemfile like this:
23
23
24
24
```
25
- gem 'savon', '~> 2.12 .0'
25
+ gem 'savon', '~> 2.13 .0'
26
26
```
27
27
28
28
## Usage example
@@ -76,5 +76,3 @@ $ bundle exec rspec
76
76
## Documentation
77
77
78
78
Please be sure to [ read the documentation] ( https://www.rubydoc.info/github/savonrb/savon/ ) .
79
-
80
-
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Savon
3
- VERSION = '2.13.0 '
3
+ VERSION = '2.13.1 '
4
4
end
You can’t perform that action at this time.
0 commit comments