From bfc926a65e54ebc3485636d9a7ba61a20dc71e76 Mon Sep 17 00:00:00 2001 From: Anshoo Arora Date: Wed, 26 Jun 2024 17:41:30 +0530 Subject: [PATCH] release 5.1.2 --- CHANGELOG.md | 11 +++++++++++ pom.xml | 22 +++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) 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 + + + + +