Skip to content

Commit bac681d

Browse files
authored
Merge pull request #161 from ably/release/4.1.0
v4.1.0
2 parents 3dd508c + 60cd2b2 commit bac681d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/ably/kafka-connect-ably/compare/v4.0.0...v4.1.0)
4+
5+
**Implemented enhancements:**
6+
7+
- Provide option to specify encoding for Ably Message using special Kafka header [\#158](https://github.com/ably/kafka-connect-ably/issues/158)
8+
39
## [4.0.0](https://github.com/ably/kafka-connect-ably/tree/v4.0.0) (2023-09-21)
410

511
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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ably.kafka.connect</groupId>
77
<artifactId>kafka-connect-ably</artifactId>
8-
<version>4.0.0</version>
8+
<version>4.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<properties>

0 commit comments

Comments
 (0)