Skip to content

Commit

Permalink
chore(release): publish v1.0.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Oct 12, 2021
1 parent 20e15cd commit bfe342e
Show file tree
Hide file tree
Showing 79 changed files with 831 additions and 254 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)


### Bug Fixes

* **cmd-api-server:** enable version selection in plugins ([b982777](https://github.com/hyperledger/cactus/commit/b9827772fa6694381716686759f85f96b915662e)), closes [#839](https://github.com/hyperledger/cactus/issues/839) [#840](https://github.com/hyperledger/cactus/issues/840)
* **cmd-socker-server:** delete unnecessary files on cmd-socker-server ([20e15cd](https://github.com/hyperledger/cactus/commit/20e15cd257628fe392818e14728851304a76c7cb))
* **core-api:** modifications in openapi specs ([96c8b82](https://github.com/hyperledger/cactus/commit/96c8b82a642fdf106178ecdc47ff1f12fff229d1))
* openapi tests for besu, htlc-eth-besu and htlc-eth-besu-erc20 ([b9170e9](https://github.com/hyperledger/cactus/commit/b9170e929492f3305a420c75c7d12d06b288e0ab)), closes [#1291](https://github.com/hyperledger/cactus/issues/1291) [#847](https://github.com/hyperledger/cactus/issues/847)
* openapi validation test for fabric plugin ([01a5eb4](https://github.com/hyperledger/cactus/commit/01a5eb423abcc54aed8e2b4973251961e7849f76)), closes [#1295](https://github.com/hyperledger/cactus/issues/1295) [#847](https://github.com/hyperledger/cactus/issues/847)
* openapi validation test for iroha plugin ([6deed6d](https://github.com/hyperledger/cactus/commit/6deed6d3f070982061e33a11064ffb8d4e752f37)), closes [#1331](https://github.com/hyperledger/cactus/issues/1331) [#847](https://github.com/hyperledger/cactus/issues/847)
* **plugin-ledger-connector-quorum:** no keychain endpoints ([15cf65c](https://github.com/hyperledger/cactus/commit/15cf65cea6a779d12542b4ccc2e4940e7ac12039))
* **tools:** add docker network on tools/docker/sawtooth ledger ([8a0d182](https://github.com/hyperledger/cactus/commit/8a0d182e6badb3a6f10e40811390693e92628d1d))
* **tools:** fix the wallet config of fabcar chaincode on tools/docker/fabric ledger ([7ab0c44](https://github.com/hyperledger/cactus/commit/7ab0c44b488f441b31a8ef5dedd9ba9d2358ad78))
* **webpack:** prod build chokes on upgraded ssh2 binaries [#1405](https://github.com/hyperledger/cactus/issues/1405) ([18979fb](https://github.com/hyperledger/cactus/commit/18979fb33880d8ca30e2fda01fb3d598deb839f9))


### Features

* **besu-test-ledger:** added omitPull parameter to besu test ledger ([336a024](https://github.com/hyperledger/cactus/commit/336a0242e20b075736b1b008a478e65b4db3af8b))
* **cmd-server-socket:** add a communication test to open-api validators ([c1fe6a0](https://github.com/hyperledger/cactus/commit/c1fe6a0e0b6b84442adf2641393b8f744e76ab34))
* **cmd-server-socket:** add validator-registry setting ([1d1ce21](https://github.com/hyperledger/cactus/commit/1d1ce21a10244fc1b5a8a267d85a3f2beffc981e))
* **connector-go-ethereum:** add the docker environment ([2583cc7](https://github.com/hyperledger/cactus/commit/2583cc7ff7428a427454e7dd9211a129942e50d4))
* **connector-iroha-socket:** add sendAsyncRequest feature on connector ([6bad29b](https://github.com/hyperledger/cactus/commit/6bad29bddfb2a4ef3b98d7c8c4d41efad974bb56))
* **connector-quorum:** containerize plugin ([d016678](https://github.com/hyperledger/cactus/commit/d0166780215802c2e5bb6e895448ac687de0383c))
* **connector-sawtooth:** add the docker environment of Validator on connector-sawtooth-socketio ([7a57ea4](https://github.com/hyperledger/cactus/commit/7a57ea4adeb84bdf00bf32472ceac68fd43dc52d))
* **fabric-connector:** add transact receipt ([c6d1b7a](https://github.com/hyperledger/cactus/commit/c6d1b7a180025f84f055bf537b5263eb44b2511f))
* **keychain-aws-sm:** complete request handler and endpoint ([e6099b8](https://github.com/hyperledger/cactus/commit/e6099b86152a35ac7a21aecc02824410c05eac88)), closes [#967](https://github.com/hyperledger/cactus/issues/967) [#1349](https://github.com/hyperledger/cactus/issues/1349)
* **keychain-google-sm:** complete request handler and endpoints ([9c7bab5](https://github.com/hyperledger/cactus/commit/9c7bab5b06c7081421bcbfa1ae6aa8a3577a917e)), closes [#1097](https://github.com/hyperledger/cactus/issues/1097) [#1349](https://github.com/hyperledger/cactus/issues/1349)
* **tools:** substrate test ledger ([1a5edea](https://github.com/hyperledger/cactus/commit/1a5edeae834bc275252e588379f214324977a3ff))





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


Expand Down
11 changes: 11 additions & 0 deletions examples/cactus-example-carbon-accounting-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)


### Bug Fixes

* **webpack:** prod build chokes on upgraded ssh2 binaries [#1405](https://github.com/hyperledger/cactus/issues/1405) ([18979fb](https://github.com/hyperledger/cactus/commit/18979fb33880d8ca30e2fda01fb3d598deb839f9))





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


Expand Down
24 changes: 12 additions & 12 deletions examples/cactus-example-carbon-accounting-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-backend",
"version": "0.10.0",
"version": "1.0.0-rc.1",
"description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-carbon-accounting-backend.node.umd.min.js",
Expand Down Expand Up @@ -69,16 +69,16 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-cmd-api-server": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.10.0",
"@hyperledger/cactus-test-tooling": "0.10.0",
"@hyperledger/cactus-api-client": "1.0.0-rc.1",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.1",
"@hyperledger/cactus-core": "1.0.0-rc.1",
"@hyperledger/cactus-core-api": "1.0.0-rc.1",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.1",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.1",
"@openzeppelin/contracts": "4.2.0",
"@openzeppelin/contracts-upgradeable": "4.2.0",
"async-exit-hook": "2.0.1",
Expand All @@ -99,4 +99,4 @@
"http-status-codes": "2.1.4",
"jose": "1.28.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)


### Bug Fixes

* **webpack:** prod build chokes on upgraded ssh2 binaries [#1405](https://github.com/hyperledger/cactus/issues/1405) ([18979fb](https://github.com/hyperledger/cactus/commit/18979fb33880d8ca30e2fda01fb3d598deb839f9))





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin",
"version": "0.10.0",
"version": "1.0.0-rc.1",
"description": "An example business logic plugin implementation for Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-carbon-accounting-business-logic-plugin.node.umd.min.js",
Expand Down Expand Up @@ -69,14 +69,14 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.10.0",
"@hyperledger/cactus-api-client": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.1",
"@hyperledger/cactus-core": "1.0.0-rc.1",
"@hyperledger/cactus-core-api": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.1",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand All @@ -89,4 +89,4 @@
"@types/ssh2": "0.5.47",
"@types/uuid": "8.3.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend
Expand Down
16 changes: 8 additions & 8 deletions examples/cactus-example-carbon-accounting-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-frontend",
"version": "0.10.0",
"version": "1.0.0-rc.1",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"files": [
"www/*"
Expand All @@ -22,13 +22,13 @@
"@angular/platform-browser": "12.2.0",
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-api-client": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.1",
"@hyperledger/cactus-core-api": "1.0.0-rc.1",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.1",
"@ionic-native/core": "5.35.0",
"@ionic-native/splash-screen": "5.35.0",
"@ionic-native/status-bar": "5.35.0",
Expand Down
12 changes: 12 additions & 0 deletions examples/cactus-example-supply-chain-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)


### Bug Fixes

* **plugin-ledger-connector-quorum:** no keychain endpoints ([15cf65c](https://github.com/hyperledger/cactus/commit/15cf65cea6a779d12542b4ccc2e4940e7ac12039))
* **webpack:** prod build chokes on upgraded ssh2 binaries [#1405](https://github.com/hyperledger/cactus/issues/1405) ([18979fb](https://github.com/hyperledger/cactus/commit/18979fb33880d8ca30e2fda01fb3d598deb839f9))





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


Expand Down
30 changes: 15 additions & 15 deletions examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-backend",
"version": "0.10.0",
"version": "1.0.0-rc.1",
"description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-backend.node.umd.min.js",
Expand Down Expand Up @@ -60,19 +60,19 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-cmd-api-server": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.10.0",
"@hyperledger/cactus-test-tooling": "0.10.0",
"@hyperledger/cactus-api-client": "1.0.0-rc.1",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.1",
"@hyperledger/cactus-core": "1.0.0-rc.1",
"@hyperledger/cactus-core-api": "1.0.0-rc.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.1",
"@hyperledger/cactus-example-supply-chain-frontend": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.1",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.1",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand All @@ -88,4 +88,4 @@
"@types/express": "4.17.13",
"@types/uuid": "8.3.1"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)


### Bug Fixes

* **plugin-ledger-connector-quorum:** no keychain endpoints ([15cf65c](https://github.com/hyperledger/cactus/commit/15cf65cea6a779d12542b4ccc2e4940e7ac12039))
* **webpack:** prod build chokes on upgraded ssh2 binaries [#1405](https://github.com/hyperledger/cactus/issues/1405) ([18979fb](https://github.com/hyperledger/cactus/commit/18979fb33880d8ca30e2fda01fb3d598deb839f9))





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin",
"version": "0.10.0",
"version": "1.0.0-rc.1",
"description": "An example business logic plugin implementation for Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-business-logic-plugin.node.umd.min.js",
Expand Down Expand Up @@ -69,15 +69,15 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.10.0",
"@hyperledger/cactus-api-client": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.1",
"@hyperledger/cactus-core": "1.0.0-rc.1",
"@hyperledger/cactus-core-api": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.1",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand All @@ -90,4 +90,4 @@
"@types/ssh2": "0.5.47",
"@types/uuid": "8.3.1"
}
}
}
8 changes: 8 additions & 0 deletions examples/cactus-example-supply-chain-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend
Expand Down
18 changes: 9 additions & 9 deletions examples/cactus-example-supply-chain-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-frontend",
"version": "0.10.0",
"version": "1.0.0-rc.1",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"files": [
"www/*"
Expand All @@ -22,14 +22,14 @@
"@angular/platform-browser": "12.2.0",
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"@hyperledger/cactus-api-client": "0.10.0",
"@hyperledger/cactus-common": "0.10.0",
"@hyperledger/cactus-core-api": "0.10.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.10.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.10.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.10.0",
"@hyperledger/cactus-api-client": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.1",
"@hyperledger/cactus-core-api": "1.0.0-rc.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.1",
"@ionic-native/core": "5.35.0",
"@ionic-native/splash-screen": "5.35.0",
"@ionic-native/status-bar": "5.35.0",
Expand Down
11 changes: 11 additions & 0 deletions extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v0.10.0...v1.0.0-rc.1) (2021-10-11)


### Bug Fixes

* **webpack:** prod build chokes on upgraded ssh2 binaries [#1405](https://github.com/hyperledger/cactus/issues/1405) ([18979fb](https://github.com/hyperledger/cactus/commit/18979fb33880d8ca30e2fda01fb3d598deb839f9))





# [0.10.0](https://github.com/hyperledger/cactus/compare/v0.9.0...v0.10.0) (2021-09-28)


Expand Down
Loading

0 comments on commit bfe342e

Please sign in to comment.