From 610295eab487e622b01abaf3b40f47e5d4dffb64 Mon Sep 17 00:00:00 2001 From: Justin Pfifer Date: Mon, 18 Feb 2019 16:06:52 -0800 Subject: [PATCH] Correct the date for Release 2.1.2 (#505) --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f409b22..48001d138 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 8de5dae4b..98208aab6 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)