Skip to content

Commit

Permalink
Prepare for release 2.2.3
Browse files Browse the repository at this point in the history
Prepare for release 2.2.3
  • Loading branch information
brendan-p-lynch authored Dec 19, 2023
2 parents 07d2f2a + 64d7ae1 commit 507263c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 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

### Release 2.2.2 (January 4, 2023)
* [PR #207](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/207) Add endpoints-spi dependency

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.2-SNAPSHOT",
"version": "2.2.3",
"author": {
"name": "Amazon Web Services",
"url": "http://aws.amazon.com/"
Expand Down

0 comments on commit 507263c

Please sign in to comment.