diff --git a/README.md b/README.md
index a320fd6a..dae55ef0 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ SDK v2
com.cognite
cdf-sdk-java
- 2.2.0
+ 2.2.1
```
diff --git a/pom.xml b/pom.xml
index 480a0386..98a79c3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.cognite
cdf-sdk-java
- 2.3.0-SNAPSHOT
+ 2.2.1
Apache 2
diff --git a/releases.md b/releases.md
index 65fecf9d..9e0b0e34 100644
--- a/releases.md
+++ b/releases.md
@@ -19,6 +19,12 @@ Changes are grouped as follows:
- Extraction pipelines configuration
- Data models
+## [2.2.1] 2023-11-16
+
+### Added
+
+- When trying to retrieve rows from CDF RAW it will no longer retry the request indefinitely. Instead it will throw an Exception.
+
## [2.2.0] 2023-06-25
### Added