We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d48ade commit f17d0a7Copy full SHA for f17d0a7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.23.1
4
+
5
+* Dependency updates (Netty 4.1.85.Final)
6
7
## 0.23.0
8
9
* Moved from using the Jaeger exporter to OTLP exporter by default
pom.xml
@@ -3,7 +3,7 @@
<groupId>io.strimzi</groupId>
<artifactId>kafka-bridge</artifactId>
- <version>0.23.0</version>
+ <version>0.23.1</version>
<name>Strimzi Kafka Bridge</name>
<description>Bridge that allows HTTP clients to interact with Apache Kafka clusters.</description>
release.version
@@ -1 +1 @@
-0.23.0
+0.23.1
0 commit comments