Skip to content

Commit dc92ca5

Browse files
author
Robert Diers
committed
1.21
1 parent b4e35c8 commit dc92ca5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
| 1.17 | 1.0 | improved upload output, new GUI to analyze test cases, AWS SDK update |
2121
| 1.18 | 1.0 | feature flag to disable kafka expacted vs actual log, add testid and checkid to this log |
2222
| 1.19 | 1.0 | support parallel execution with bulk trigger |
23-
| 1.20 | 1.0 | define Kafka consumer and producer properties with custom parameters, print testid with exception for Kafka DelayedSender |
23+
| 1.20 | 1.0 | define Kafka consumer and producer properties with custom parameters, print testid with exception for Kafka DelayedSender |
24+
| 1.21 | 1.0 | added testid for Kafka consumer error output and various Readme changes, additional test case for Kafka properties |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>org.opentesting</groupId>
1313
<artifactId>impl_java</artifactId>
14-
<version>1.20</version>
14+
<version>1.21</version>
1515
<name>impl_java</name>
1616
<description>open testing implementation spring boot</description>
1717

0 commit comments

Comments
 (0)