From 2d032a37a16f7bc0c9ded7c06c895d68e1972ed8 Mon Sep 17 00:00:00 2001 From: Vincent Viloria Date: Fri, 2 Feb 2024 14:27:29 -0800 Subject: [PATCH] include Guava update in changelog --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c667fa..cd91d6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog ### Latest Release (1.15.1 - Feb 2, 2023) -* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Add backoff logic for ShardSyncTaskIntegrationTest and update +* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Add backoff logic for ShardSyncTaskIntegrationTest and update Guava version to 32.1.1 * [#1252](https://github.com/awslabs/amazon-kinesis-client/pull/1252) Update aws-java-sdk from 1.12.406 to 1.12.647 ### Release (1.15.0 - Jun 8, 2023) diff --git a/README.md b/README.md index 0445188e..02fb8949 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To make it easier for developers to write record processors in other languages, ## Release Notes ### Latest Release (1.15.1 - Feb 2, 2023) -* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Add backoff logic for ShardSyncTaskIntegrationTest +* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Add backoff logic for ShardSyncTaskIntegrationTest and update Guava version to 32.1.1 * [#1252](https://github.com/awslabs/amazon-kinesis-client/pull/1252) Update aws-java-sdk from 1.12.406 to 1.12.647 ### Release (1.15.0 - Jun 8, 2023)