Skip to content

Commit

Permalink
Release v2.2.6 (#455)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed May 27, 2021
1 parent 07d1e99 commit e7b3d69
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions release_notes/v2.2.6.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e7b3d69

Please sign in to comment.