diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dd8de0..dbd7821d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog ## Release 1.11.0 (August 7, 2019) [Milestone#33](https://github.com/awslabs/amazon-kinesis-client/milestone/33) -* Updated the version of the AWS Java SDK to 1.11.603 * Improved exception handling and logging in `KinesisClientLibLeaseCoordinator` to avoid `NullPointerExceptions` when no leases are found. * [PR #558](https://github.com/awslabs/amazon-kinesis-client/pull/558) * Introducing optional new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker. diff --git a/README.md b/README.md index 9c5bff69..0a968a40 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ To make it easier for developers to write record processors in other languages, ### Latest Release (1.11.0 - August 7, 2019) [Milestone#33](https://github.com/awslabs/amazon-kinesis-client/milestone/33) -* Updated the version of the AWS Java SDK to 1.11.603 * Improved exception handling and logging in `KinesisClientLibLeaseCoordinator` to avoid `NullPointerExceptions` when no leases are found. * [PR #558](https://github.com/awslabs/amazon-kinesis-client/pull/558) * Introducing optional new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker.