-
Notifications
You must be signed in to change notification settings - Fork 951
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Atsushi Neki <[email protected]>
- Loading branch information
Showing
6 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// add new version of fabric here | ||
const FabricVersion = ['v2.2', 'v1.4']; | ||
const FabricVersion = ['v2.3', 'v1.4']; | ||
|
||
export default FabricVersion; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line --> | ||
|
||
## New Features | ||
|
||
* [BE-694](https://jira.hyperledger.org/browse/BE-694) Add UI link to trans (#227) | ||
* [BE-858](https://jira.hyperledger.org/browse/BE-858) Upgrade base image of Explorer container image (#220) | ||
* [BE-801](https://jira.hyperledger.org/browse/BE-801) Add the steps to configure a subdomain (#219) | ||
* Upgrade fabric version supported by Explorer (#227) | ||
|
||
## Bug Fixes and Updates | ||
|
||
* [BE-862](https://jira.hyperledger.org/browse/BE-862) Fix sync error (#228) | ||
* Fix layout of icons on navigation bar (#218) | ||
|
||
## Known Vulnerabilities | ||
|
||
None | ||
|