Skip to content

Commit

Permalink
Merge pull request #161 from ably/release/4.1.0
Browse files Browse the repository at this point in the history
v4.1.0
  • Loading branch information
ttypic authored Oct 20, 2023
2 parents 3dd508c + 60cd2b2 commit bac681d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.1.0](https://github.com/ably/kafka-connect-ably/compare/v4.0.0...v4.1.0)

**Implemented enhancements:**

- Provide option to specify encoding for Ably Message using special Kafka header [\#158](https://github.com/ably/kafka-connect-ably/issues/158)

## [4.0.0](https://github.com/ably/kafka-connect-ably/tree/v4.0.0) (2023-09-21)

This is a major release and contains a number of breaking changes. Please see the [upgrade guide](UPDATING.md) for more information on how to upgrade from version 3.x.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ably.kafka.connect</groupId>
<artifactId>kafka-connect-ably</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit bac681d

Please sign in to comment.