File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,19 @@ http://kiwitcms.org/blog/atodorov/2019/02/22/how-to-use-kiwi-tcms-plugins-pt-1/
81
81
Files signed with C0C5FF36, Kiwi TCMS
< ; [email protected] > ;
82
82
83
83
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
+
84
97
### 6.7.5 (10 Nov 2019)
85
98
86
99
Fixes moderate severity issue
Original file line number Diff line number Diff line change 4
4
<groupId >org.kiwitcms.java</groupId >
5
5
<artifactId >kiwitcms-junit-plugin</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >6.7.5 </version >
7
+ <version >8.0 </version >
8
8
9
9
<name >kiwitcms-junit-plugin</name >
10
10
<description >JUnit 5 plugin for Kiwi TCMS.</description >
You can’t perform that action at this time.
0 commit comments