Skip to content

Commit f17d0a7

Browse files
committed
Prepare for 0.23.1 release
Signed-off-by: Paolo Patierno <[email protected]> Updated CHANGELOG for 0.23.1 Signed-off-by: Paolo Patierno <[email protected]>
1 parent 7d48ade commit f17d0a7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.23.1
4+
5+
* Dependency updates (Netty 4.1.85.Final)
6+
37
## 0.23.0
48

59
* Moved from using the Jaeger exporter to OTLP exporter by default

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.strimzi</groupId>
55
<artifactId>kafka-bridge</artifactId>
6-
<version>0.23.0</version>
6+
<version>0.23.1</version>
77

88
<name>Strimzi Kafka Bridge</name>
99
<description>Bridge that allows HTTP clients to interact with Apache Kafka clusters.</description>

release.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.23.1

0 commit comments

Comments
 (0)