Skip to content

Commit 7a2d379

Browse files
committed
Prepare for 0.31.1 release
Signed-off-by: Paolo Patierno <[email protected]>
1 parent d1704a1 commit 7a2d379

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# CHANGELOG
22

3+
## 0.31.1
4+
5+
* Fixed missing SCRAM-SHA-256 support.
6+
37
## 0.31.0
48

59
* Dependency updates (Kafka 3.9.0, Vert.x 4.5.11, Netty 4.1.115.Final)
610
* Added support for creating a new topic via endpoint.
711
* Fixed metadata order on the HTTP "offsets" response when producing records.
8-
* Fixed missing SCRAM-SHA-256 support.
912

1013
## 0.30.0
1114

pom.xml

Lines changed: 1 addition & 1 deletion
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.31.0</version>
6+
<version>0.31.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.31.0
1+
0.31.1

0 commit comments

Comments
 (0)