Skip to content

Commit

Permalink
Merge pull request #105 from ably/release/2.1.2
Browse files Browse the repository at this point in the history
Release/2.1.2
  • Loading branch information
ikbalkaya authored Feb 21, 2023
2 parents 16cb2ce + 675de1b commit 04a0143
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v2.1.2](https://github.com/ably/kafka-connect-ably/tree/v2.1.2)

[Full Changelog](https://github.com/ably/kafka-connect-ably/compare/v2.1.1...v2.1.2)

**Implemented enhancements:**

- Use record headers to add push payload [\#101](https://github.com/ably/kafka-connect-ably/issues/101)

**Closed issues:**

- Add support for String keys [\#98](https://github.com/ably/kafka-connect-ably/issues/98)

**Merged pull requests:**

- Update ably java version [\#103](https://github.com/ably/kafka-connect-ably/pull/103) ([ikbalkaya](https://github.com/ikbalkaya))


## [v2.1.1](https://github.com/ably/kafka-connect-ably/tree/v2.1.1)

[Full Changelog](https://github.com/ably/kafka-connect-ably/compare/v2.1.0...v2.1.1)
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>2.1.1</version>
<version>2.1.2</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 04a0143

Please sign in to comment.