Correct the date for Release 2.1.2 (#505)

This commit is contained in:
Justin Pfifer 2019-02-18 16:06:52 -08:00 committed by GitHub
parent 2ea2717ae2
commit 610295eab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
### Release 2.1.2 (February 15, 2019)
### Release 2.1.2 (February 18, 2019)
[Milestone#29](https://github.com/awslabs/amazon-kinesis-client/milestone/29)
* Fixed handling of the progress detection in the `ShardConsumer` to restart from the last accepted record, instead of the last queued record.
* [PR#492](https://github.com/awslabs/amazon-kinesis-client/pull/492)

View file

@ -61,7 +61,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
## Release Notes
### Latest Release (2.1.2 - February 15, 2019)
### Latest Release (2.1.2 - February 18, 2019)
[Milestone#29](https://github.com/awslabs/amazon-kinesis-client/milestone/29)
* Fixed handling of the progress detection in the `ShardConsumer` to restart from the last accepted record, instead of the last queued record.
* [PR#492](https://github.com/awslabs/amazon-kinesis-client/pull/492)