Skip to content

Commit b852f49

Browse files
committed
update README.md & CHANGELOG.md
1 parent f3b8f5c commit b852f49

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44

55
All notable changes to BDK project will be documented here.
66

7+
## [1.0.2][1.0.2] - 2022-01-03
8+
9+
### new
10+
11+
- Add CICD workflows with sonarqube #12
12+
- New command: `bdk org peer add-system-channel` #18
13+
- New command: `bdk channel decode-envelop` #42
14+
15+
### changed
16+
17+
- Upgrade package-lock.json to lockfileVersion 2 #15
18+
- Fix npm link step in "npm run start:dev" && "npm run build:console" #16
19+
- Replace 'config-yaml/configtxOrgs.json' with 'config-yaml/orgs/[peer/orderer]-[orgName].json #17
20+
- Logger output level "stdout" "stderr" #30
21+
- Rewrite integration script #32
22+
- Integration command: `bdk peer/orderer approve/update` to `bdk channel approve/update` #37
23+
24+
### fixed
25+
26+
- Fix dockerode pull issue #10
27+
- Fix Document #11 #14 #26
28+
- Fix bug: command use 'peer' rather than OrgTypeEnum.PEER #19
29+
- Fix: orderer/peer up & down need hostname.toLowerCase() #27
30+
- Fix connection config profile #28
31+
- Fix command: `bdk explorer` #29
32+
- Fix `bdk network create` generate file `org definition json` #44
33+
734
## [1.0.1][1.0.1] - 2021-11-29
835

936
### new

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bdk network create -i
1717

1818
| Latest | Stable |
1919
|-------------------|-------------------|
20-
| [v1.0.1][v1.0.1] | [v1.0.1][v1.0.1] |
20+
| [v1.0.2][v1.0.2] | [v1.0.2][v1.0.2] |
2121

2222
[v1.0.1]: https://github.com/cathayddt/bdk/releases/tag/v1.0.1
2323

0 commit comments

Comments
 (0)