Skip to content

Commit 682cb92

Browse files
committed
Changelog for v8.0
1 parent cf32d78 commit 682cb92

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ http://kiwitcms.org/blog/atodorov/2019/02/22/how-to-use-kiwi-tcms-plugins-pt-1/
8181
Files signed with C0C5FF36, Kiwi TCMS <[email protected]>
8282

8383

84+
### 8.0 (09 Feb 2020)
85+
86+
This version works only with Kiwi TCMS v8.0 or later!
87+
88+
- Adjust field names for API changes coming in Kiwi TCMS v8.0
89+
- Do not use deprecated `product` field when calling `TestCase.create()` API
90+
- Bug-fix: take into account `TCMS_RUN_ID` environment variable
91+
- Bump jackson-core from 2.10.0 to 2.10.2
92+
- Bump maven-source-plugin from 3.2.0 to 3.2.1
93+
- Bump maven-surefire-plugin from 3.0.0-M3 to 3.0.0-M4
94+
- Bump mockito-core from 3.1.0 to 3.2.4
95+
96+
8497
### 6.7.5 (10 Nov 2019)
8598

8699
Fixes moderate severity issue

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.kiwitcms.java</groupId>
55
<artifactId>kiwitcms-junit-plugin</artifactId>
66
<packaging>jar</packaging>
7-
<version>6.7.5</version>
7+
<version>8.0</version>
88

99
<name>kiwitcms-junit-plugin</name>
1010
<description>JUnit 5 plugin for Kiwi TCMS.</description>

0 commit comments

Comments
 (0)