diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf758b..9516543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Release 1.0.4 (November 11th, 2020) +* Fix issue when Polling consumer using timestamp with empty shard + ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/6)) + ## Release 1.0.3 (November 6th, 2020) * Optimise `ShardConsumer` to clone `DersializationSchema` once per object rather than once per record ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/5)) diff --git a/README.md b/README.md index 8a79d6f..e03be69 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following dependency to your project to start using the connector. software.amazon.kinesis amazon-kinesis-connector-flink - 1.0.3 + 1.0.4 ```