diff --git a/CHANGELOG.md b/CHANGELOG.md
index 075f038..4b9842e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## [2.5.0] - 2021.05.27
+## Added
+
+Mangopay introduces the instant payment mode. It allows payouts (transfer from wallet to user bank account) to be processed within 25 seconds, rather than the 48 hours for a standard payout.
+
+You can now use this new type of payout with the .Net SDK.
+
+Example :
+
+```csharp
+var getJohnBankwire = awaitApi.PayOuts.GetBankwirePayoutAsync(payOut.Id);
+// where payOut.Id is the id of an existing payout
+```
+
+Please note that this feature must be authorized and activated by MANGOPAY. More information [here](https://docs.mangopay.com/guide/instant-payment-payout).
+
## [2.4.0]
## Fixed
diff --git a/MangoPay.SDK/MangoPay.SDK.csproj b/MangoPay.SDK/MangoPay.SDK.csproj
index 6eae631..96faa6b 100644
--- a/MangoPay.SDK/MangoPay.SDK.csproj
+++ b/MangoPay.SDK/MangoPay.SDK.csproj
@@ -6,9 +6,9 @@
Copyright © 2020
.Net SDK and .NET Core SDK for access to MANGOPAY API v2
MangoPay
- 2.4.0
- 2.4.0.0
- 2.4.0.0
+ 2.5.0
+ 2.5.0.0
+ 2.5.0.0
mangopay2-sdk