diff --git a/CHANGELOG.md b/CHANGELOG.md
index d09ea98..a2bac97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-# CHANGELOG - Neo4jH3
+# CHANGELOG - 5.14 - 2023-12-12
+* [Updated] - Updated pom.xml to add multi-release plugin. There have been some changes to Neo4j 5.14 where Neo4j 5.14 supports both Java 17 and Java 21. The multi-release ensures that Neo4j will start with the plugin installed.
+
+If you are using Neo4j 5.14, please use the 5.14 version of the Neo4jH3 plugin.
+
+# CHANGELOG - 5.13 - 2023-11-20
* [ Added ] Tested through Neo4j 5.13
* [ Added ] Updated README.md to mention that /tmp directory needs to have execute privileges.
* [ Fixed ] Ensure the version value returned is correct.
diff --git a/pom.xml b/pom.xml
index 35c8ba0..7c2dd4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,10 +6,10 @@
com.neo4jh3
neo4jh3
- 5.13.0
+ 5.14.0
- 5.13.0
+ 5.14.0
1.2
3.13.0
4.1.1
@@ -20,7 +20,8 @@
3.4.1
3.10.1
3.22.0
- 3.0.0-M7
+ 3.0.0-M7
+ 3.3.0
@@ -36,13 +37,13 @@
${neo4j.version}
provided
-
+
org.apache.commons
commons-math3
@@ -122,12 +123,6 @@
false
true
-
@@ -160,6 +155,18 @@
maven-surefire-plugin
${maven-surefire-plugin.version}
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ ${maven-jar-plugin.version}
+
+
+
+ true
+
+
+
+