diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e77d3d..5e28ad69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Savon changelog ## Unreleased +* Add your PR changelog line here + +## 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` * BC BREAKING Fix: [#988](https://github.com/savonrb/savon/pull/988) Savon no longer monkeypatches `String#snakecase` * Fix: [#989](https://github.com/savonrb/savon/pull/989) Do not include xmlns from WSDL, which breaks some servers -* Add your PR changelog line here ## 2.13.1 (2022-09-04) diff --git a/lib/savon/version.rb b/lib/savon/version.rb index 799d668c..50939aaa 100644 --- a/lib/savon/version.rb +++ b/lib/savon/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Savon - VERSION = '2.13.1' + VERSION = '2.14.0' end