From 385eea568bd355dcf6235c3fe83cd273274672db Mon Sep 17 00:00:00 2001 From: SoloJr Date: Thu, 31 Mar 2022 15:31:59 +0300 Subject: [PATCH] Version Bump 3.9.0 --- CHANGELOG.md | 9 +++++++++ lib/mangopay/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25c88a..4fef5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.9.0] - 2022.03.31 +### Added + +#### Instant payment eligibility check + +With the function +`PayOut::InstantPayoutEligibility::Reachability.create(params)` +the destination bank reachability can now be verified prior to making an instant payout. This results in a better user experience, as this preliminary check will allow the platform to propose the instant payout option only to end users whose bank is eligible. + ## [3.8.0] - 2021.10.20 ## Added diff --git a/lib/mangopay/version.rb b/lib/mangopay/version.rb index 0a76f98..93daef9 100644 --- a/lib/mangopay/version.rb +++ b/lib/mangopay/version.rb @@ -1,3 +1,3 @@ module MangoPay - VERSION = '3.8.0' + VERSION = '3.9.0' end