Skip to content

Commit

Permalink
Prepare for 0.31.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno committed Dec 2, 2024
1 parent d1704a1 commit 7a2d379
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# CHANGELOG

## 0.31.1

* Fixed missing SCRAM-SHA-256 support.

## 0.31.0

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

## 0.30.0

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.strimzi</groupId>
<artifactId>kafka-bridge</artifactId>
<version>0.31.0</version>
<version>0.31.1</version>

<name>Strimzi Kafka Bridge</name>
<description>Bridge that allows HTTP clients to interact with Apache Kafka clusters.</description>
Expand Down
2 changes: 1 addition & 1 deletion release.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.0
0.31.1

0 comments on commit 7a2d379

Please sign in to comment.