diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9654bfd2..febd5c3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## Version [3.5.0] - [2026-08-18]
+- Changed: deprecated legacy periodic-usage endpoints
+- Changed: redact Authorization header value when logging requests
+
## Version [3.4.19] - [2025-03-28]
- Changed: fixed issue with taxonomy serializing
diff --git a/README.md b/README.md
index 3c73b5f9..d17d5d7b 100644
--- a/README.md
+++ b/README.md
@@ -91,13 +91,13 @@ Install the Contentful dependency:
com.contentful.java
cma-sdk
- 3.4.23
+ 3.5.0
```
* _Gradle_
```groovy
-compile 'com.contentful.java:cma-sdk:3.4.23'
+compile 'com.contentful.java:cma-sdk:3.5.0'
```
This SDK requires Java 8 (or higher version).
diff --git a/pom.xml b/pom.xml
index 4ea78cdc..5a9a8cdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.contentful.java
cma-sdk
- 3.4.23
+ 3.5.0
jar
cma-sdk