Skip to content

Commit 207fa23

Browse files
committed
prepare release 4.1.5
1 parent 3e2a404 commit 207fa23

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.5](https://github.com/extent-framework/extentreports-java/compare/v4.1.4...v4.1.5)
2+
#### Fixes
3+
* [#139] BDD: Feature must not be eligible to increment counts for TestAttributeContext, part of fix of [cucumber4-adapter#50](https://github.com/extent-framework/extentreports-cucumber4-adapter/issues/50)
4+
* [#143] Fix issue with a long node name breaking view (Spark)
5+
* [#144] Fix Skipped status colors in charts
6+
* [#145] ExtentKlovReporter adds BasicConfiguration
7+
18
## [4.1.4](https://github.com/extent-framework/extentreports-java/compare/v4.1.3...v4.1.4)
29
#### Improvements
310
* [#114] ExtentSparkReporter to display hierarchical name in tags view

pom-nexus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>4.1.4</version>
8+
<version>4.1.5</version>
99

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>4.1.5-SNAPSHOT</version>
8+
<version>4.1.5</version>
99

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

0 commit comments

Comments
 (0)