Skip to content

Commit 04a0143

Browse files
authored
Merge pull request #105 from ably/release/2.1.2
Release/2.1.2
2 parents 16cb2ce + 675de1b commit 04a0143

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [v2.1.2](https://github.com/ably/kafka-connect-ably/tree/v2.1.2)
4+
5+
[Full Changelog](https://github.com/ably/kafka-connect-ably/compare/v2.1.1...v2.1.2)
6+
7+
**Implemented enhancements:**
8+
9+
- Use record headers to add push payload [\#101](https://github.com/ably/kafka-connect-ably/issues/101)
10+
11+
**Closed issues:**
12+
13+
- Add support for String keys [\#98](https://github.com/ably/kafka-connect-ably/issues/98)
14+
15+
**Merged pull requests:**
16+
17+
- Update ably java version [\#103](https://github.com/ably/kafka-connect-ably/pull/103) ([ikbalkaya](https://github.com/ikbalkaya))
18+
19+
320
## [v2.1.1](https://github.com/ably/kafka-connect-ably/tree/v2.1.1)
421

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

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>2.1.1</version>
8+
<version>2.1.2</version>
99
<packaging>jar</packaging>
1010

1111
<properties>

0 commit comments

Comments
 (0)