Skip to content

Commit

Permalink
Update README and CHANGELOG for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Nov 1, 2021
1 parent 87f00fd commit 5c744c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following dependency to your project to start using the connector.
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-connector-flink</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
```

Expand Down

0 comments on commit 5c744c9

Please sign in to comment.