diff --git a/CHANGELOG.md b/CHANGELOG.md
index a019882..be2b591 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## [3.17.0] - 2024-03-08
+### Fixed
+
+- Fixed incorrect spelling of the `Subtype` key in the `BinData` parameter.
+- Conversions endpoint spelling
+
+### Added
+
+- The optional Fees parameter is now available on instant conversions, allowing platforms to charge users for FX services. More information [here](https://mangopay.com/docs/release-notes/millefeuille).
+- Platforms can now use a quote to secure the rate for a conversion between two currencies for a set amount of time. More information [here](https://mangopay.com/docs/release-notes/millefeuille).
+- Introduced the `UKHeaderFlag` boolean configuration key. Platforms partnered with Mangopay's UK entity should set this key to true for proper configuration.
+
## [3.16.0] - 2024-02-13
### Added
diff --git a/MangoPay.SDK/MangoPay.SDK.csproj b/MangoPay.SDK/MangoPay.SDK.csproj
index f68961c..935abf4 100644
--- a/MangoPay.SDK/MangoPay.SDK.csproj
+++ b/MangoPay.SDK/MangoPay.SDK.csproj
@@ -6,9 +6,9 @@
Copyright © 2022
.Net 6.0 for access to MANGOPAY API v2
MangoPay
- 3.16.0
- 3.16.0.0
- 3.16.0.0
+ 3.17.0
+ 3.17.0.0
+ 3.17.0.0
mangopay2-sdk