Skip to content

Commit

Permalink
[FAB-5068] prepare fabric-sdk-node for release
Browse files Browse the repository at this point in the history
Change-Id: I12d6654964d237a8349cf1bdab91c68b49f4c8a4
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Jul 11, 2017
1 parent a865121 commit 974bafc
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.0.0
Tue Jul 11 12:19:53 EDT 2017

* [a865121](https://github.com/hyperledger/fabric-sdk-node/commit/a865121) [FAB-4996](https://jira.hyperledger.org/browse/FAB-4996) NodeSDK - move sample - part 2
* [95502b6](https://github.com/hyperledger/fabric-sdk-node/commit/95502b6) [FAB-4964](https://jira.hyperledger.org/browse/FAB-4964) NodeSDK - update test cases
* [16c9318](https://github.com/hyperledger/fabric-sdk-node/commit/16c9318) FAB-4525 prepare for rc2 development

## v1.0.0-rc1
Fri Jun 23 13:06:19 EDT 2017

Expand Down
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-ca-client",
"version": "1.0.0-snapshot",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-client",
"version": "1.0.0-snapshot",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down
23 changes: 23 additions & 0 deletions release_notes/v1.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
v1.0.0 July 11, 2017
-------------------------

Release Notes
-------------
Bug fixes and documentation.
Moved the sample application to the fabric-samples repository.

Known Vulnerabilities
---------------------
none

Resolved Vulnerabilities
------------------------
none

Known Issues & Workarounds
--------------------------
none

Change Log
----------
https://github.com/hyperledger/fabric-sdk-node/blob/master/CHANGELOG.md#v100

0 comments on commit 974bafc

Please sign in to comment.