diff --git a/ChangeLog.md b/ChangeLog.md
index 3356220..c69133a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## [Unreleased]
+## [0.4.0] - 2020-11-19
+
+- support for ArangoDB driver and velocypack annotations (`@DocumentField`, `@SerializedName`, `@Expose`)
+- fixed UUID serialization
+
## [0.3.1] - 2020-10-14
- fixed generation of vpack with trailing zeros
diff --git a/pom.xml b/pom.xml
index cfb0f5e..931a95e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.arangodb
jackson-dataformat-velocypack
- 0.3.1
+ 0.4.0
2017
jar