From 4bd1d20f17acadda97ee4d7c33b7dbe6d9bb31b1 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:29:23 -0400 Subject: [PATCH] prepare v2.13.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02372a48..7040fb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,16 @@ ## Unreleased +* Add your PR changelog line here + +## 2.13.0 (2022-08-03) + * Drop support for ruby 2.6 and below. Added Ruby 3.0 and 3.1 to test matrix. * Fix: [#868](https://github.com/savonrb/savon/pull/868) Remove `xmlns:wsa`'s already added elsewhere; select Content-Type HTTP header based on SOAP version. * Fix: [#943](https://github.com/savonrb/savon/pull/943) Read all namespaces from wsdl definition if document exists * Feature: [#920](https://github.com/savonrb/savon/pull/920) Add a `write_timeout` setter for HTTP requests * Feature: [#930](https://github.com/savonrb/savon/pull/930) Add options for SSL min_version/max_version support -* Feature: [#931](https://github.com/savonrb/savon/pull/931) Add log_headers option -* Add your PR changelog line here +* Feature: [#931](https://github.com/savonrb/savon/pull/931) Add `log_headers` option ## 2.12.1 (2020-07-05)