Skip to content

Commit

Permalink
prepare release 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Dec 10, 2020
1 parent 6f2e639 commit 9ba32d4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [5.0.6](https://github.com/extent-framework/extentreports-java/compare/v5.0.5...v5.0.6)

#### Issues Resolved
- [#265](/issues/265) Alignment issue in authors table in the dashboard view
- [#273](/issues/273) ExtentKlovReporter: incorrect order for default @AllArgsConstructor of KlovMedia
- [#274](/issues/274) ExtentTest does not propagate generated-log to listener

#### New Features
- [#271](/issues/271) Update gherkin-languages.json

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

#### 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.6-SNAPSHOT</version>
<version>5.0.6</version>

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

<groupId>com.aventstack</groupId>
<artifactId>klov-reporter</artifactId>
<version>5.0.5</version>
<version>5.0.6</version>
<name>klov-reporter</name>

<url>www.extentreports.com</url>
<description>Reporter for Klov Server</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -43,7 +44,7 @@
<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>5.0.5</version>
<version>5.0.6</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
chartHeight="90"
chartBoxHeight="94"
displayEvents=true>
<#if config.theme??><#assign theme=config.theme?lower_case></#if>
<#if (config.theme)??><#assign theme=config.theme?lower_case></#if>
<#if config.offlineMode??><#assign offline=config.offlineMode></#if>
<#if report.stats.analysisStrategy=="SUITE">
<#assign
Expand Down

0 comments on commit 9ba32d4

Please sign in to comment.