Skip to content

Commit

Permalink
Prepare for release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyu714 committed Jan 3, 2023
1 parent 6336ba3 commit 5727cb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 5727cb8

Please sign in to comment.