diff --git a/package.json b/package.json index 7a4bbd32ec..56af6ee191 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fabric-sdk-node", - "version": "2.2.14-snapshot", - "tag": "unstable-2.2", + "version": "2.2.14", + "tag": "latest", "main": "index.js", "private": true, "repository": { diff --git a/release_notes/v2.2.14.txt b/release_notes/v2.2.14.txt new file mode 100644 index 0000000000..7f88998f81 --- /dev/null +++ b/release_notes/v2.2.14.txt @@ -0,0 +1,16 @@ +Release Notes +------------- +This v2.2.14 version is the latest of the v2.2 long-term support (LTS) release +of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous +v2.x releases. Please see the Fabric LTS release strategy document for more +information on LTS releases: + +https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md + +This is a maintenance release containing the following changes: + +- Dependency updates to address security vulnerability CVE-2022-25898. +- Resolve an issue that could cause partial discovery results to be obtained + under high load, and subsequent transaction failures. +- Resolve an issue that could cause an unhandled promise rejection with + exceptionally short commit timeouts.