From b4de1b2e74113eb294ba038f3231260e50b9098b Mon Sep 17 00:00:00 2001 From: Brendan Lynch Date: Tue, 16 Jan 2024 13:10:57 -0800 Subject: [PATCH 1/2] Prepare for release 2.2.4 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 796b8d5..7d7e1d0 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,10 @@ In this release, we have abstracted these implementation details away and expose ## Release Notes +### Release 2.2.3 (January 16, 2024) +* [PR #298](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/298) Added dependency on aws-sdk arns +* [PR #293](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/293) Updated logback-classic to 1.3.12 + ### Release 2.2.3 (December 18, 2023) * [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 diff --git a/package.json b/package.json index 6859608..a85f0ea 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.3", + "version": "2.2.4", "author": { "name": "Amazon Web Services", "url": "http://aws.amazon.com/" From aee3ceae56ff875f6a6e0e46388ea74cb5ee7c9d Mon Sep 17 00:00:00 2001 From: Brendan Lynch Date: Tue, 16 Jan 2024 13:37:31 -0800 Subject: [PATCH 2/2] Fixed version to 2.2.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d7e1d0..c7daaff 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ In this release, we have abstracted these implementation details away and expose ## Release Notes -### Release 2.2.3 (January 16, 2024) +### Release 2.2.4 (January 16, 2024) * [PR #298](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/298) Added dependency on aws-sdk arns * [PR #293](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/293) Updated logback-classic to 1.3.12