From 232913daad5677f759ecce00198b79d4a7934cc8 Mon Sep 17 00:00:00 2001 From: Brendan Lynch Date: Mon, 18 Dec 2023 14:55:52 -0800 Subject: [PATCH 1/2] Prepare for release 2.2.3 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b870ee3..0ecefce 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,11 @@ In this release, we have abstracted these implementation details away and expose ## Release Notes +### Release 2.2.3 (December 18, 2023) +* [PR #291](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/291) Updatad KCL and KCL multilang to the latest version 2.5.4 +* [PR #284](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/284) Updated netty to 4.1.100.Final, fasterxml-jackson to 2.13.5, and guava to 32.1.1-jre +* [PR #277](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/277) Updated com.google.protobuf:protobuf-java from 3.21.5 to 3.21.7 + ### Release 2.2.2 (January 4, 2023) * [PR #207](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/207) Add endpoints-spi dependency diff --git a/package.json b/package.json index 44bca03..6859608 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-kcl", "description": "Kinesis Client Libray (KCL) in Node.js.", - "version": "2.2.2-SNAPSHOT", + "version": "2.2.3", "author": { "name": "Amazon Web Services", "url": "http://aws.amazon.com/" From 64d7ae10c9f495c835fd642b37d889f0f0a861a0 Mon Sep 17 00:00:00 2001 From: Brendan Lynch Date: Tue, 19 Dec 2023 09:40:42 -0800 Subject: [PATCH 2/2] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ecefce..796b8d5 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ In this release, we have abstracted these implementation details away and expose ## Release Notes ### Release 2.2.3 (December 18, 2023) -* [PR #291](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/291) Updatad KCL and KCL multilang to the latest version 2.5.4 +* [PR #291](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/291) Updated KCL and KCL multilang to the latest version 2.5.4 * [PR #284](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/284) Updated netty to 4.1.100.Final, fasterxml-jackson to 2.13.5, and guava to 32.1.1-jre * [PR #277](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/277) Updated com.google.protobuf:protobuf-java from 3.21.5 to 3.21.7