From 61ab330fc0cf3c990bf6cfb48b7049c77918b7a7 Mon Sep 17 00:00:00 2001 From: Yu Zeng Date: Tue, 3 Jan 2023 14:49:50 -0800 Subject: [PATCH] Prepare for release 2.2.1 --- README.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a04fb4..180b2d9 100644 --- a/README.md +++ b/README.md @@ -273,9 +273,14 @@ In this release, we have abstracted these implementation details away and expose ## Release Notes +### Release 2.2.1 (January 3, 2023) +* [PR #202](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/202) Keep Java dependencies in sync with the KCL V2.4.4 + * Updated dependencies to match the v2.4.4 KCL Java release + * Updated slfj to resolve the logger's incompatibility problem + ### Release 2.2.0 (September 15, 2022) * [PR #165](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/165) Update Java dependencies - * KCL and KCL-multilang are updated to the latest version 2.4.13 + * KCL and KCL-multilang are updated to the latest version 2.4.3 ### Release 2.1.0 (January 31, 2020) [Milestone #4](https://github.com/awslabs/amazon-kinesis-client-nodejs/milestone/4) diff --git a/package.json b/package.json index 47875f4..9144c25 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.0", + "version": "2.2.1", "author": { "name": "Amazon Web Services", "url": "http://aws.amazon.com/"