Skip to content

Commit

Permalink
Merge pull request #88 from ably/release/2.0.3
Browse files Browse the repository at this point in the history
Release/2.0.3
  • Loading branch information
ikbalkaya authored Sep 16, 2022
2 parents e2eb1eb + 2ec29fe commit 3bbada4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

# Changelog

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

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

**Fixed bugs:**

- Support for nullable structs' conversion [\#86](https://github.com/ably/kafka-connect-ably/issues/86)

**Merged pull requests:**

- Fix NullPointerException issue when null struct value is provided to Json converter [\#87](https://github.com/ably/kafka-connect-ably/pull/87) ([ikbalkaya](https://github.com/ikbalkaya))


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

[Full Changelog](https://github.com/ably/kafka-connect-ably/compare/v2.0.1...v2.0.2)
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.2</version>
<version>2.0.3</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 3bbada4

Please sign in to comment.