Skip to content

Commit

Permalink
BE-716 RC v1.0.0-rc2 (#69)
Browse files Browse the repository at this point in the history
* release candidate v1.0.0-rc2

Signed-off-by: nfrunza <nfrunza@gmail.com>
  • Loading branch information
nfrunza committed Dec 10, 2019
1 parent 96134fa commit de6dda2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
## v1.0.0-rc2

* [96134fa](https://github.com/hyperledger/blockchain-explorer/commit/96134fa) [BE-719](https://jira.hyperledger.org/browse/BE-719) Fix parameter tampering (#68)
* [50d196d](https://github.com/hyperledger/blockchain-explorer/commit/50d196d) [BE-714](https://jira.hyperledger.org/browse/BE-714) Refine app and client e2e-test environment for v1.4.4 (#65)
* [dac1dce](https://github.com/hyperledger/blockchain-explorer/commit/dac1dce) [BE-717](https://jira.hyperledger.org/browse/BE-717) Code quality fix (#66)
* [7cc3349](https://github.com/hyperledger/blockchain-explorer/commit/7cc3349) [BE-718](https://jira.hyperledger.org/browse/BE-718) Fix typo in CORE_PEER_GOSSIP_EXTERNAL_ENDPOINT (#67)
* [1b40146](https://github.com/hyperledger/blockchain-explorer/commit/1b40146) Be 716 v1.0.0 rc2 (#64)
* [fa26184](https://github.com/hyperledger/blockchain-explorer/commit/fa26184) [BE-716](https://jira.hyperledger.org/browse/BE-716) v1.0.0-rc2 release (#63)
* [d754835](https://github.com/hyperledger/blockchain-explorer/commit/d754835) Be 711 code quality (#62)
* [db55e92](https://github.com/hyperledger/blockchain-explorer/commit/db55e92) [BE-702](https://jira.hyperledger.org/browse/BE-702) Update documents, azure (#60)
* [621a12a](https://github.com/hyperledger/blockchain-explorer/commit/621a12a) [BE-713](https://jira.hyperledger.org/browse/BE-713) Fix an issue to fail detecting newly added channel (#59)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s

| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
| -- | -- | -- |
| <b>[v1.0.0-rc2](release_notes/v1.0.0-rc2.md)</b> (Dec 5, 2019) | [v1.4.0-v1.4.4](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc2](release_notes/v1.0.0-rc2.md)</b> (Dec 10, 2019) | [v1.4.0 to v1.4.4](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc1](release_notes/v1.0.0-rc1.md)</b> (Nov 18, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v0.3.9.5](release_notes/v0.3.9.5.md)</b> (Sep 8, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v0.3.9.4](release_notes/v0.3.9.4.md)</b> (June 18, 2019) | [v1.4.1](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
Expand Down
4 changes: 3 additions & 1 deletion release_notes/v1.0.0-rc2.md
Expand Up @@ -2,10 +2,12 @@

## New Features

* Support for HLFabric v1.4.0 - v1.4.4
* Support for HLFabric v1.4.0 to v1.4.4

## Bug Fixes and Updates

* Bring code quality to A grade
* Refine app and client e2e-test environment for v1.4.4
* Fix an issue to fail detecting newly added channel
* Update packages
* Fix an issue to fail detecting newly added channel
Expand Down

0 comments on commit de6dda2

Please sign in to comment.