From e7b3d6968814ef7de5cf39e1dec862b65e9efa5f Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Thu, 27 May 2021 10:57:34 +0100 Subject: [PATCH] Release v2.2.6 (#455) Signed-off-by: Mark S. Lewis --- CHANGELOG.md | 11 +++++++++++ package.json | 4 ++-- release_notes/v2.2.6.txt | 11 +++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 release_notes/v2.2.6.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index d93d9fd902..46eb59821e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v2.2.6 +Thu 27 May 2021 09:46:52 BST + +* [07d1e994](https://github.com/hyperledger/fabric-sdk-node/commit/07d1e994) [[FABN-1711] prune deprecated fabric-](https://jira.hyperledger.org/browse/FABN-1711] prune deprecated fabric-)client (#449) (#454) +* [f347b752](https://github.com/hyperledger/fabric-sdk-node/commit/f347b752) Update elliptic dependency (#438) +* [f06a047e](https://github.com/hyperledger/fabric-sdk-node/commit/f06a047e) [[FABN-1701](https://jira.hyperledger.org/browse/FABN-1701)] Update Tutorial and Def to match Gateway defaultOptions (#431) +* [203e7e4b](https://github.com/hyperledger/fabric-sdk-node/commit/203e7e4b) [[FABN-1271](https://jira.hyperledger.org/browse/FABN-1271)] Update doc for default on QueryHandlerOptions (#430) +* [045dcf8d](https://github.com/hyperledger/fabric-sdk-node/commit/045dcf8d) [[FABN-1271](https://jira.hyperledger.org/browse/FABN-1271)] Update doc for default on QueryHandlerOptions (#427) +* [61c440ab](https://github.com/hyperledger/fabric-sdk-node/commit/61c440ab) [FABN-1641 gateway connection-](https://jira.hyperledger.org/browse/FABN-1641 gateway connection-)options pass to low level (#421) (#424) +* [bf55b39c](https://github.com/hyperledger/fabric-sdk-node/commit/bf55b39c) [[FABN-1692](https://jira.hyperledger.org/browse/FABN-1692)] Reset to snapshot 2.2.6 (#420) + ## v2.2.5 Thu 14 Jan 11:28:34 GMT 2021 diff --git a/package.json b/package.json index 876a761be2..dadc0be819 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fabric-sdk-node", - "version": "2.2.6-snapshot", - "tag": "unstable-2.2", + "version": "2.2.6", + "tag": "latest", "main": "index.js", "private": true, "repository": { diff --git a/release_notes/v2.2.6.txt b/release_notes/v2.2.6.txt new file mode 100644 index 0000000000..3024f294d6 --- /dev/null +++ b/release_notes/v2.2.6.txt @@ -0,0 +1,11 @@ +Release Notes +------------- +This v2.2.6 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 bug fixes and dependency updates to +address security vulnerabilities.