Skip to content

Commit

Permalink
prepare release 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Sep 14, 2020
1 parent 2c6b264 commit f1a6e23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [5.0.4](https://github.com/extent-framework/extentreports-java/compare/v5.0.3...v5.0.4)

#### Issues Resolved
- [#240](/issues/240) Change static URI anchor behavior
- [#246](/issues/246) Collapse all nodes other than failure
- [#252](/issues/252) Nodes were using status color from the parent node
- [#235](/issues/235) [#236](/issues/236) Style updates

#### New Features
- [#233](/issues/233) ExtentSparkReporter does not show timeline in dashboard view

## [5.0.3](https://github.com/extent-framework/extentreports-java/compare/v5.0.2...v5.0.3)

#### 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.4-SNAPSHOT</version>
<version>5.0.4</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.4-SNAPSHOT</version>
<version>5.0.4</version>
<name>klov-reporter</name>
<url>www.extentreports.com</url>
<description>Reporter for Klov Server</description>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>5.0.3</version>
<version>5.0.4</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down

0 comments on commit f1a6e23

Please sign in to comment.