diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bc1cce..72bfe68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -### Latest Release (1.14.6 - Dec 15, 2021) +### Latest Release (1.14.7 - Dec 22, 2021) +* [#881](https://github.com/awslabs/amazon-kinesis-client/pull/881) Update log4j test dependency from 2.16.0 to 2.17.0 and some other dependencies + +### Release (1.14.6 - Dec 15, 2021) * [#876](https://github.com/awslabs/amazon-kinesis-client/pull/876) Update log4j test dependency from 2.15.0 to 2.16.0 ### Release (1.14.5 - Dec 10, 2021) diff --git a/README.md b/README.md index dab65cf6..c0baa3db 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,10 @@ To make it easier for developers to write record processors in other languages, ## Release Notes -### Latest Release (1.14.6 - Dec 15, 2021) +### Latest Release (1.14.7 - Dec 22, 2021) +* [#881](https://github.com/awslabs/amazon-kinesis-client/pull/881) Update log4j test dependency from 2.16.0 to 2.17.0 and some other dependencies + +### Release (1.14.6 - Dec 15, 2021) * [#876](https://github.com/awslabs/amazon-kinesis-client/pull/876) Update log4j test dependency from 2.15.0 to 2.16.0 ### Release (1.14.5 - Dec 10, 2021) diff --git a/pom.xml b/pom.xml index dc31f6d6..9a45f8a5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.14.6 + 1.14.7 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis. diff --git a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java index 9a85df8e..b603fdfc 100644 --- a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java +++ b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java @@ -147,7 +147,7 @@ public class KinesisClientLibConfiguration { /** * User agent set when Amazon Kinesis Client Library makes AWS requests. */ - public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.14.6"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.14.7"; /** * KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls