Skip to content

Commit

Permalink
prepare 2.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Dec 16, 2022
1 parent aca2756 commit f4b8c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
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.1'
VERSION = '2.14.0'
end

0 comments on commit f4b8c3b

Please sign in to comment.