diff --git a/CHANGELOG.md b/CHANGELOG.md index 1769c7e3..8de4574b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ -# 2.11.2 (2017-03-13) -* Fix: [#800](https://github.com/savonrb/savon/pull/800) Fix a problem when http.body is empty +# 2.11.2 (Unreleased) +* Fix: [#800] Fix exception calling `SOAPFault#to_s` when http.body is empty +* Fix: [#757] Logging: Use filter without automatic pretty printing +* Fix: [#771] Restore support for cookies when using custom headers +* Feature: [#744] Add support for rpc encoded wsdl +* Feature: [#742] Add support for local request headers +* Feature: [#704] Add possibility to pass attribute delete_namespace_attributes to Nori # 2.11.1 (2015-05-27) diff --git a/lib/savon/version.rb b/lib/savon/version.rb index 6c0df155..ff47da25 100644 --- a/lib/savon/version.rb +++ b/lib/savon/version.rb @@ -1,3 +1,3 @@ module Savon - VERSION = '2.11.1' + VERSION = '2.11.2' end