diff --git a/CHANGELOG.md b/CHANGELOG.md index 62690b18..c1920ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Release 2.4.2 (August 10, 2022) +* [#972](https://github.com/awslabs/amazon-kinesis-client/pull/972) Upgrade Lombok to version 1.18.24 + ### Latest Release 2.4.1 (March 24, 2022) [Milestone#68](https://github.com/awslabs/amazon-kinesis-client/milestone/68) * [#916](https://github.com/awslabs/amazon-kinesis-client/pull/916) Upgrade to rxjava3 diff --git a/README.md b/README.md index 87b8557f..55db80c4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The recommended way to use the KCL for Java is to consume it from Maven. software.amazon.kinesis amazon-kinesis-client - 2.4.1 + 2.4.2 ``` @@ -66,6 +66,9 @@ The recommended way to use the KCL for Java is to consume it from Maven. ## Release Notes +### Release 2.4.2 (August 10, 2022) +* [#972](https://github.com/awslabs/amazon-kinesis-client/pull/972) Upgrade Lombok to version 1.18.24 + ### Latest Release 2.4.1 (March 24, 2022) [Milestone#68](https://github.com/awslabs/amazon-kinesis-client/milestone/68) * [#916](https://github.com/awslabs/amazon-kinesis-client/pull/916) Upgrade to rxjava3 diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index 6e4618b5..921c4ec0 100644 --- a/amazon-kinesis-client-multilang/pom.xml +++ b/amazon-kinesis-client-multilang/pom.xml @@ -21,7 +21,7 @@ amazon-kinesis-client-pom software.amazon.kinesis - 2.4.1 + 2.4.2 4.0.0 diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index 6d17115b..378874d2 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -22,7 +22,7 @@ software.amazon.kinesis amazon-kinesis-client-pom - 2.4.1 + 2.4.2 amazon-kinesis-client diff --git a/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java b/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java index fe35f3b1..aa093c7c 100644 --- a/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java +++ b/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java @@ -46,7 +46,7 @@ public class RetrievalConfig { */ public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java"; - public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.4.1"; + public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.4.2"; /** * Client used to make calls to Kinesis for records retrieval diff --git a/pom.xml b/pom.xml index ac8cb8e1..cbac845e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ amazon-kinesis-client-pom pom Amazon Kinesis Client Library - 2.4.1 + 2.4.2 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis.