We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c67fcc commit 588ae73Copy full SHA for 588ae73
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [5.1.1](https://github.com/extent-framework/extentreports-java/compare/v5.1.0...v5.1.1)
2
+
3
+#### Issues Resolved
4
+- [#331](/issues/331) Fixes issue parsing <code>Throwable</code> on JDK 17
5
6
+#### New Features
7
+- [#393](/issues/393) Adds circular auto-scroll to failing nodes or events
8
9
## [5.1.0](https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.1.0) - JDK11
10
11
#### Issues Resolved
pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
- <version>5.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
<name>ExtentReports</name>
<url>www.extentreports.com</url>
0 commit comments