Skip to content

Commit

Permalink
prepare 2.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Sep 4, 2022
1 parent 0dbc901 commit b4c446a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Add your PR changelog line here

## 2.13.1 (2022-09-04)

* Fix: [#977](https://github.com/savonrb/savon/pull/977) Prevent "xmlns:xmlns" namespace but allow "xmlns" namespace.

## 2.13.0 (2022-08-03)

* Drop support for ruby 2.6 and below. Added Ruby 3.0 and 3.1 to test matrix.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Heavy metal SOAP client

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

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

```
gem 'savon', '~> 2.12.0'
gem 'savon', '~> 2.13.0'
```

## Usage example
Expand Down Expand Up @@ -76,5 +76,3 @@ $ bundle exec rspec
## Documentation

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


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.13.0'
VERSION = '2.13.1'
end

0 comments on commit b4c446a

Please sign in to comment.