diff --git a/CHANGELOG.md b/CHANGELOG.md index 130b9ed7..eebf704f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ A custom `LeaseManager` can be provided to `Worker.Builder` that will be used to provide lease services. This makes it possible to implement custom lease management systems in addition to the default DynamoDB system. * [PR #297](https://github.com/awslabs/amazon-kinesis-client/pull/297) +* Updated the version of the AWS Java SDK to 1.11.219 ## Release 1.9.0 (February 6, 2018) * Introducing support for ListShards API. This API is used in place of DescribeStream API to provide more throughput during ShardSyncTask. Please consult the [AWS Documentation for ListShards](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html) for more information. diff --git a/README.md b/README.md index 07c3c932..d95854b5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ To make it easier for developers to write record processors in other languages, A custom `LeaseManager` can be provided to `Worker.Builder` that will be used to provide lease services. This makes it possible to implement custom lease management systems in addition to the default DynamoDB system. * [PR #297](https://github.com/awslabs/amazon-kinesis-client/pull/297) - +* Updated the version of the AWS Java SDK to 1.11.219 + ### For remaining release notes check **[CHANGELOG.md][changelog-md]**. [kinesis]: http://aws.amazon.com/kinesis