diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ed42f..5486881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Release 1.4.0 (November 1st 2021) +* EAGER EFO registration strategy no longer de-registers consumers. ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/49)) + ## Release 1.3.0 (August 17th 2021) * Unregistering metric reporting for closed shards ([pull-request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/45)) * Backporting changes from v2.2.0 to v1.x diff --git a/README.md b/README.md index 242e0f8..db97981 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.3.0 + 1.4.0 ```