Skip to content

Commit

Permalink
Changelog for v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 10, 2020
1 parent cf32d78 commit 682cb92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@ http://kiwitcms.org/blog/atodorov/2019/02/22/how-to-use-kiwi-tcms-plugins-pt-1/
Files signed with C0C5FF36, Kiwi TCMS <info@kiwitcms.org>


### 8.0 (09 Feb 2020)

This version works only with Kiwi TCMS v8.0 or later!

- Adjust field names for API changes coming in Kiwi TCMS v8.0
- Do not use deprecated `product` field when calling `TestCase.create()` API
- Bug-fix: take into account `TCMS_RUN_ID` environment variable
- Bump jackson-core from 2.10.0 to 2.10.2
- Bump maven-source-plugin from 3.2.0 to 3.2.1
- Bump maven-surefire-plugin from 3.0.0-M3 to 3.0.0-M4
- Bump mockito-core from 3.1.0 to 3.2.4


### 6.7.5 (10 Nov 2019)

Fixes moderate severity issue
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.kiwitcms.java</groupId>
<artifactId>kiwitcms-junit-plugin</artifactId>
<packaging>jar</packaging>
<version>6.7.5</version>
<version>8.0</version>

<name>kiwitcms-junit-plugin</name>
<description>JUnit 5 plugin for Kiwi TCMS.</description>
Expand Down

0 comments on commit 682cb92

Please sign in to comment.