diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cef8f060a..cf1462385c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.4.9 +Tue Jun 16 13:20:56 EDT 2020 + +* [aab7b47f](https://github.com/hyperledger/fabric-sdk-node/commit/aab7b47f) [FABN-1575](https://jira.hyperledger.org/browse/FABN-1575) Publish NodeSDK 1.4.9 +* [6b314c96](https://github.com/hyperledger/fabric-sdk-node/commit/6b314c96) [FABN-1568 release-1](https://jira.hyperledger.org/browse/FABN-1568 release-1).4 upgrade jsrsasign (#250) +* [3e98eab1](https://github.com/hyperledger/fabric-sdk-node/commit/3e98eab1) [FABN-1566](https://jira.hyperledger.org/browse/FABN-1566) add transaction code to event error (#245) +* [94bc9718](https://github.com/hyperledger/fabric-sdk-node/commit/94bc9718) [FABN-1556](https://jira.hyperledger.org/browse/FABN-1556): Fix broken doc links (#238) +* [e224076c](https://github.com/hyperledger/fabric-sdk-node/commit/e224076c) [[FABN-1538](https://jira.hyperledger.org/browse/FABN-1538)] provide similar _createClients in orderer.js (#218) +* [6208ccc8](https://github.com/hyperledger/fabric-sdk-node/commit/6208ccc8) Import ByteBuffer and Long types to prevent TypeScript errors (#207) +* [a4ca6ea1](https://github.com/hyperledger/fabric-sdk-node/commit/a4ca6ea1) [FABN-1224](https://jira.hyperledger.org/browse/FABN-1224) NodeSDK discovery interest 1.4 (#132) + ## v1.4.8 Mon 16 Mar 2020 12:05:37 GMT diff --git a/fabric-ca-client/package.json b/fabric-ca-client/package.json index 8de658018a..b5c9d9bda7 100644 --- a/fabric-ca-client/package.json +++ b/fabric-ca-client/package.json @@ -5,8 +5,8 @@ "hyperledger", "blockchain" ], - "version": "1.4.9-snapshot", - "tag": "unstable-1.4", + "version": "1.4.9", + "tag": "latest", "main": "index.js", "scripts": { "test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000" diff --git a/fabric-client/package.json b/fabric-client/package.json index 6ba059c7ad..3ede4fbf42 100644 --- a/fabric-client/package.json +++ b/fabric-client/package.json @@ -5,8 +5,8 @@ "hyperledger", "blockchain" ], - "version": "1.4.9-snapshot", - "tag": "unstable-1.4", + "version": "1.4.9", + "tag": "latest", "main": "index.js", "scripts": { "test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000" diff --git a/fabric-common/package.json b/fabric-common/package.json index 24a98b4a2f..8f123babfa 100644 --- a/fabric-common/package.json +++ b/fabric-common/package.json @@ -1,7 +1,7 @@ { "name": "fabric-common", - "version": "1.4.9-snapshot", - "tag": "unstable-1.4", + "version": "1.4.9", + "tag": "latest", "description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.", "keywords": [ "blockchain", diff --git a/fabric-network/package.json b/fabric-network/package.json index 6ebfb918e7..00466f7a87 100644 --- a/fabric-network/package.json +++ b/fabric-network/package.json @@ -5,8 +5,8 @@ "hyperledger", "blockchain" ], - "version": "1.4.9-snapshot", - "tag": "unstable-1.4", + "version": "1.4.9", + "tag": "latest", "main": "index.js", "repository": { "type": "git", diff --git a/package.json b/package.json index 9b9256595b..e84d5e0ed3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fabric-sdk-node", - "version": "1.4.9-snapshot", + "version": "1.4.9", "testFabricVersion": "1.4.6", "testFabricThirdParty": "0.4.16", "main": "index.js", diff --git a/release_notes/v1.4.9.txt b/release_notes/v1.4.9.txt new file mode 100644 index 0000000000..cb70d38d6f --- /dev/null +++ b/release_notes/v1.4.9.txt @@ -0,0 +1,23 @@ +Release Notes +------------- + +fabric-sdk-node 1.4.9 is a maintenance release containing bug fixes and documentation improvements. + + +Known Vulnerabilities +--------------------- +none + + +Resolved Vulnerabilities +------------------------ +none + + +Known Issues & Workarounds +-------------------------- + + +Change Log +---------- +https://github.com/hyperledger/fabric-sdk-node/blob/release-1.4/CHANGELOG.md#v149