diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2463428..b45afb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## [5.1.2](https://github.com/extent-framework/extentreports-java/compare/v5.1.1...v5.1.2)
+
+#### Issues Resolved
+- [#411](/issues/411) Fixes issue navigating from tag -> test view
+- [#413](/issues/413) Fixes ID conversion (when ID > 999) in freemarker template
+
+#### New Features
+- [#400](/issues/400) Adds Video display to tests (credits: https://github.com/grasshopper7)
+
+
## [5.1.1](https://github.com/extent-framework/extentreports-java/compare/v5.1.0...v5.1.1)
#### Issues Resolved
@@ -6,6 +16,7 @@
#### New Features
- [#393](/issues/393) Adds circular auto-scroll to failing nodes or events
+
## [5.1.0](https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.1.0) - JDK11
#### Issues Resolved
diff --git a/pom.xml b/pom.xml
index a49b25b..be118eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.aventstack
extentreports
- 5.1.2-SNAPSHOT
+ 5.1.2
ExtentReports
www.extentreports.com
@@ -123,6 +123,26 @@
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+