diff --git a/CHANGELOG.md b/CHANGELOG.md
index f03e35e3..2e32acc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## [3.16.0] - 2022-09-07
+##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.15.0] - 2022-06-29
##Added
**Recurring: €0 deadlines for CIT**
diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php
index 6c252263..e2a01001 100644
--- a/MangoPay/Libraries/RestTool.php
+++ b/MangoPay/Libraries/RestTool.php
@@ -11,7 +11,7 @@
*/
class RestTool
{
- const VERSION = '3.15.0';
+ const VERSION = '3.16.0';
/**
* Root/parent instance that holds the OAuthToken and Configuration instance