diff --git a/CHANGELOG.md b/CHANGELOG.md
index 150eeb2..749743f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,17 @@
### Deprecations
* `get...TimeString()` methods on various model classes are now deprecated
+### Improvements
+* Parse timestamps as `ZonedDateTime` instead of `String` representation
+
+
+## 1.1.5 (2023-08-19)
+
### Fix
* Fixed JSON type conversion in `SecretResponse#get(String, Class)` (#67)
-### Improvements
-* Parse timestamps as `ZonedDateTime` instead of `String` representation
+### Test
+* Tested against Vault 1.2.0 to 1.14.0
## 1.1.4 (2023-06-15)
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 e4fd371..fc797ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,13 +60,13 @@
org.junit.jupiter
junit-jupiter
- 5.9.3
+ 5.10.0
test
org.mockito
mockito-core
- 5.3.1
+ 5.4.0
test
@@ -90,7 +90,7 @@
nl.jqno.equalsverifier
equalsverifier
- 3.14.2
+ 3.15.1
test
@@ -116,7 +116,7 @@
org.apache.maven.plugins
maven-clean-plugin
- 3.2.0
+ 3.3.1
org.apache.maven.plugins
@@ -322,7 +322,7 @@
org.owasp
dependency-check-maven
- 8.2.1
+ 8.3.1