Correct the date for Release 2.1.2 (#505)
This commit is contained in:
parent
2ea2717ae2
commit
610295eab4
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue