diff --git a/ChangeLog.md b/ChangeLog.md
index f7814306..4126acc5 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## [Unreleased]
+## [4.3.0] - 2024-09-05
+
+- fixed delete with revision in ArangoRepository (#317, DE-843)
+- fixed mapping of entities with non-string ids (#316, DE-842)
+- added `METHOD` and `ANNOTATION_TYPE` to property annotations targets (#314, DE-780)
+- fixed concurrency bug in date formatting and parsing (#313, DE-840)
+- updated `arangodb-java-driver` to version `7.8.0`
+
+
## [4.2.0] - 2024-06-21
- added support to Spring Data `3.3` (DE-816, #306)
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 7f38d417..4a2a0921 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -11,7 +11,7 @@
com.arangodb
arangodb-spring-data-integration-tests
- 4.2.0
+ 4.3.0
arangodb-spring-data-integration-tests
ArangoDB Spring Data Integration Tests
diff --git a/pom.xml b/pom.xml
index 651fe35c..43d71f22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.arangodb
arangodb-spring-data
- 4.2.0
+ 4.3.0
2017
jar