Skip to content

Commit

Permalink
Merge pull request #79 from ably/release/2.0.1
Browse files Browse the repository at this point in the history
Release/2.0.1
  • Loading branch information
QuintinWillison authored Jun 1, 2022
2 parents 4cf6c40 + 05cbed3 commit 68b4454
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

## [v2.0.1](https://github.com/ably/kafka-connect-ably/tree/v2.0.1) (2022-06-01)

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

This release increases the capability of this connector to process data types received from Kafka Connect,
with support for JSONifying schematic data [\#71](https://github.com/ably/kafka-connect-ably/issues/71), implemented in [\#73](https://github.com/ably/kafka-connect-ably/pull/73) ([ikbalkaya](https://github.com/ikbalkaya)).

## [v2.0.0](https://github.com/ably/kafka-connect-ably/tree/v2.0.0) (2022-04-20)

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.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 68b4454

Please sign in to comment.