diff --git a/CHANGELOG.md b/CHANGELOG.md
index de32017..144a259 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## unreleased
+## 1.1.5 (2023-08-19)
### Fix
* Fixed JSON type conversion in `SecretResponse#get(String, Class)` (#67)
diff --git a/README.md b/README.md
index b72dcb9..29b8573 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
de.stklcode.jvault
jvault-connector
- 1.1.4
+ 1.1.5
```
diff --git a/pom.xml b/pom.xml
index 84b0931..d37c3af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
de.stklcode.jvault
jvault-connector
- 1.1.5-SNAPSHOT
+ 1.1.5
jar