From e00db372c5a5441049dbad79962c6af490aa0de2 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Thu, 8 Sep 2022 15:09:13 +0300 Subject: [PATCH] version bump 3.11.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lib/mangopay/version.rb | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72cd07..88b74cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [3.11.0] - 2022-09-08 +##Added +**New country authorizations endpoints** + +Country authorizations can now be viewed by using one of the following endpoints: + +View a country's authorizations
+View all countries' authorizations + +With these calls, it is possible to check which countries have: + +- Blocked user creation +- Blocked bank account creation +- Blocked payout creation + +Please refer to the Restrictions by country +article for more information. + ## [3.10.0] - 2022-06-29 ##Added **Recurring: €0 deadlines for CIT** diff --git a/lib/mangopay/version.rb b/lib/mangopay/version.rb index ad47062..f6b51ef 100644 --- a/lib/mangopay/version.rb +++ b/lib/mangopay/version.rb @@ -1,3 +1,3 @@ module MangoPay - VERSION = '3.10.0' + VERSION = '3.11.0' end