Skip to content

Commit

Permalink
prepare release 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Mar 9, 2021
1 parent 1d49e39 commit 0efa8a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.0.7](https://github.com/extent-framework/extentreports-java/compare/v5.0.6...v5.0.7)

#### Issues Resolved
- [#250](/issues/250) ConcurrentModificationException in ReportStats
- [#261](/issues/261) Fix issue with table creation from POJOs
- [#275](/issues/275) setEncoding not working on ExtentSparkReporter on 5.0.6
- [#282](/issues/282) Category tags are being duplicated if multiple tests have same tag

## [5.0.6](https://github.com/extent-framework/extentreports-java/compare/v5.0.5...v5.0.6)

#### Issues Resolved
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>5.0.7-SNAPSHOT</version>
<version>5.0.7</version>

<name>ExtentReports</name>
<url>www.extentreports.com</url>
Expand Down
4 changes: 2 additions & 2 deletions reporters/klov/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.aventstack</groupId>
<artifactId>klov-reporter</artifactId>
<version>5.0.7-SNAPSHOT</version>
<version>5.0.7</version>
<name>klov-reporter</name>

<url>www.extentreports.com</url>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>5.0.6</version>
<version>5.0.7</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down

0 comments on commit 0efa8a5

Please sign in to comment.