Skip to content

Commit 588ae73

Browse files
committed
release 5.1.1
1 parent 8c67fcc commit 588ae73

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## [5.1.0](https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.1.0) - JDK11
210

311
#### Issues Resolved

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>5.1.1-SNAPSHOT</version>
8+
<version>5.1.1</version>
99

1010
<name>ExtentReports</name>
1111
<url>www.extentreports.com</url>

0 commit comments

Comments
 (0)