Skip to content

Commit 2b384e7

Browse files
Release v1.0-rc3
Signed-off-by: Marcus Brandenburger <[email protected]>
1 parent 0dbf76f commit 2b384e7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v1.0.0-rc3
2+
Wed Jan 26 18:02:27 CET 2022
3+
4+
* [5d0290d](https://github.com/hyperledger/fabric-private-chaincode/commit/5d0290d) Release v1.0-rc3
5+
* [0dbf76f](https://github.com/hyperledger/fabric-private-chaincode/commit/0dbf76f) Update IRB readme
6+
* [d472bca](https://github.com/hyperledger/fabric-private-chaincode/commit/d472bca) Link existing FSC examples
7+
* [36a60d3](https://github.com/hyperledger/fabric-private-chaincode/commit/36a60d3) Add del_state support (#640)
8+
* [5febb77](https://github.com/hyperledger/fabric-private-chaincode/commit/5febb77) Fix memory leak in cert decoding
9+
* [3bfeeb5](https://github.com/hyperledger/fabric-private-chaincode/commit/3bfeeb5) Add missing pb_release calls
10+
* [2234bb4](https://github.com/hyperledger/fabric-private-chaincode/commit/2234bb4) Add stress test for many invocations
11+
* [58e58a5](https://github.com/hyperledger/fabric-private-chaincode/commit/58e58a5) Upgrade parson
12+
* [a949ca9](https://github.com/hyperledger/fabric-private-chaincode/commit/a949ca9) Extend FPC Shim support (#637)
13+
* [5713269](https://github.com/hyperledger/fabric-private-chaincode/commit/5713269) fix sgx device location for dcap machines (#639)
14+
* [0aea62d](https://github.com/hyperledger/fabric-private-chaincode/commit/0aea62d) Demo FSC integration using the IRB demo (#635)
15+
* [d07bc32](https://github.com/hyperledger/fabric-private-chaincode/commit/d07bc32) fixup! Upgrade to Fabric 2.3.3
16+
* [eadb34c](https://github.com/hyperledger/fabric-private-chaincode/commit/eadb34c) Upgrade to Fabric 2.3.3
17+
* [079f357](https://github.com/hyperledger/fabric-private-chaincode/commit/079f357) Upgrade to go 1.16.7
18+
* [22f32d8](https://github.com/hyperledger/fabric-private-chaincode/commit/22f32d8) Updated helloworld readme
19+
* [29041c8](https://github.com/hyperledger/fabric-private-chaincode/commit/29041c8) Fixed the version of fabric-ccenv to 2.3.0.
20+
* [b2e72ab](https://github.com/hyperledger/fabric-private-chaincode/commit/b2e72ab) Post-Release: Set version to main
21+
122
## v1.0.0-rc2
223
Thu Sep 9 09:57:18 CEST 2021
324

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PROJECT_NAME=fabric-private-chaincode
6868

6969
export FABRIC_VERSION ?= 2.3.3
7070

71-
export FPC_VERSION := main
71+
export FPC_VERSION := v1.0-rc3
7272

7373
export FABRIC_PATH ?= ${GOPATH}/src/github.com/hyperledger/fabric
7474

0 commit comments

Comments
 (0)