diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d578a0..1f1c5f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Latest Release 2.3.4 (February 19, 2021) [Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56) -* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the would fail when initializing the lease table. +* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the `ShardFilter` parameter would fail when initializing the lease table. ### Release 2.3.3 (December 23, 2020) [Milestone#55](https://github.com/awslabs/amazon-kinesis-client/milestone/55) diff --git a/README.md b/README.md index e03e3f05..46c05239 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The recommended way to use the KCL for Java is to consume it from Maven. ### Latest Release 2.3.4 (February 19, 2021) [Milestone#56](https://github.com/awslabs/amazon-kinesis-client/milestone/56) -* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the would fail when initializing the lease table. +* [#788](https://github.com/awslabs/amazon-kinesis-client/pull/788) Fixing a bug where paginated `ListShards` calls with the `ShardFilter` parameter would fail when initializing the lease table. ### Release 2.3.3 (December 23, 2020) [Milestone#55](https://github.com/awslabs/amazon-kinesis-client/milestone/55)