From 35d10d419c3f5322bc6434fc5ba69b62da5d8269 Mon Sep 17 00:00:00 2001 From: Silviana Ghita Date: Wed, 20 Sep 2023 16:29:49 +0300 Subject: [PATCH] Version bump to 3.17.0 --- CHANGELOG.md | 7 +++++++ lib/mangopay/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1433edb..dab06f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.17.0] - 2023-09-20 +### Added + +- A new parameter for Paypal : ShippingPreference +- Klarna is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions. +- #225 It's now possible to configure ssl_options. It's now possible to set to false in preproduction environment. Thanks to @mantaskujalis + ## [3.16.0] - 2023-09-04 ### Added diff --git a/lib/mangopay/version.rb b/lib/mangopay/version.rb index bbef0ab..386dc23 100644 --- a/lib/mangopay/version.rb +++ b/lib/mangopay/version.rb @@ -1,3 +1,3 @@ module MangoPay - VERSION = '3.16.0' + VERSION = '3.17.0' end