Skip to content

Commit 24b6566

Browse files
committed
Prepare for release 2.2.2
1 parent 6e76f36 commit 24b6566

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ In this release, we have abstracted these implementation details away and expose
273273

274274

275275
## Release Notes
276+
### Release 2.2.2 (January 4, 2023)
277+
* [PR #207](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/207) Add endpoints-spi dependency
278+
276279
### Release 2.2.1 (January 3, 2023)
277280
* [PR #202](https://github.com/awslabs/amazon-kinesis-client-nodejs/pull/202) Keep Java dependencies in sync with the KCL V2.4.4
278281
* Updated dependencies to match the v2.4.4 KCL Java release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-kcl",
33
"description": "Kinesis Client Libray (KCL) in Node.js.",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"author": {
66
"name": "Amazon Web Services",
77
"url": "http://aws.amazon.com/"

0 commit comments

Comments
 (0)