From f4b8c3bb13d9af89df7238d9958c4f0e53686308 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Fri, 16 Dec 2022 14:44:39 -0500 Subject: [PATCH] prepare 2.14 release --- CHANGELOG.md | 4 +++- lib/savon/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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