Skip to content

Commit

Permalink
[FABC-725] Release Hyperledger Fabric CA v1.2.1
Browse files Browse the repository at this point in the history
Initial patch for v1.2.x

Change-Id: Ia6618c9c5aa5731f0665b07cbd481ed2d617301b
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Sep 27, 2018
1 parent 86ae906 commit 6d37cf3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.2.1
Thu Sep 27 15:17:42 EDT 2018

* [86ae906b](https://github.com/hyperledger/fabric-ca/commit/86ae906b) [FABC-708] Revendor BCCSP

## v1.2.0
Tue Jul 3 06:52:56 EDT 2018

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
PROJECT_NAME = fabric-ca
BASE_VERSION = 1.2.1
PREV_VERSION = 1.2.0
IS_RELEASE = false
IS_RELEASE = true

ARCH=$(shell go env GOARCH)
MARCH=$(shell go env GOOS)-$(shell go env GOARCH)
Expand Down
23 changes: 23 additions & 0 deletions release_notes/v1.2.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
v1.2.1 September 27, 2018
-------------------

Release Notes
-------------

Update vendored version of BCCSP package.

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

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

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

Change Log
----------
https://github.com/hyperledger/fabric-ca/blob/release-1.2/CHANGELOG.md#v121

0 comments on commit 6d37cf3

Please sign in to comment.