diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f409b2..48001d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 8de5dae4..98208aab 100644 --- a/README.md +++ b/README.md @@ -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)