Skip to content

Commit

Permalink
chore(release): publish v1.0.0-rc.2
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 Nov 2, 2021
1 parent 67ddebe commit b673fbe
Show file tree
Hide file tree
Showing 83 changed files with 887 additions and 245 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
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.2](https://github.com/petermetz/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)


### Bug Fixes

* fixes issue 1444 invoking the onPluginInit ([0b4dc2e](https://github.com/petermetz/cactus/commit/0b4dc2eb121cb52d6038822efca434b9a0e4abcf)), closes [#1444](https://github.com/petermetz/cactus/issues/1444)
* **lint:** fix issue [#1359](https://github.com/petermetz/cactus/issues/1359) ([f7eb39b](https://github.com/petermetz/cactus/commit/f7eb39bb1392b2762adac3a189da071249f4eca3))
* **lint:** fix issue [#1359](https://github.com/petermetz/cactus/issues/1359) ([d067df2](https://github.com/petermetz/cactus/commit/d067df29db21325ba9b29b52d244066fce0e3a02))
* openapi validation for keychain-google-sm plugin ([45f8c7c](https://github.com/petermetz/cactus/commit/45f8c7c007e604b0fe54af6cba888eaaff15519b)), closes [#847](https://github.com/petermetz/cactus/issues/847)


### Features

* allows for constructor args in quorum contract deploy ([cb3c8d8](https://github.com/petermetz/cactus/commit/cb3c8d85d7fa275faf94c1e45584a5736fffd562)), closes [#962](https://github.com/petermetz/cactus/issues/962)
* **common:** add Strings#isNonBlank() ([8d7d247](https://github.com/petermetz/cactus/commit/8d7d2473d749746e38931e27c8044889b0ce3394))
* **connector-fabric:** support for FabricSigningCredentialType.WsX509 ([50e666f](https://github.com/petermetz/cactus/commit/50e666fa522c3ae8b2f517e694c581f04c446e13))
* **htlc-coordinator:** new htlc coordinator ([28c97d3](https://github.com/petermetz/cactus/commit/28c97d33e97fa180f1b2b65d505f5ae36a9ddc25)), closes [#953](https://github.com/petermetz/cactus/issues/953)
* option to enable a graceful shutdown via cli ([c345cb0](https://github.com/petermetz/cactus/commit/c345cb0aeba4ae46440ba396bcd11ca0fa5a5c96))
* **plugin-keychain-memory-wasm:** add WebAssmebly PoC ([df94397](https://github.com/petermetz/cactus/commit/df9439789109715839b28ba4bce89da7bb9dcb00)), closes [#1281](https://github.com/petermetz/cactus/issues/1281)





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


Expand Down
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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

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





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


Expand Down
22 changes: 11 additions & 11 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": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"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": "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",
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.2",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.2",
"@openzeppelin/contracts": "4.2.0",
"@openzeppelin/contracts-upgradeable": "4.2.0",
"async-exit-hook": "2.0.1",
Expand Down
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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

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





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


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": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"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": "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",
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.2",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

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





# [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
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": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"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": "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",
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@ionic-native/core": "5.35.0",
"@ionic-native/splash-screen": "5.35.0",
"@ionic-native/status-bar": "5.35.0",
Expand Down
8 changes: 8 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,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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

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





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


Expand Down
28 changes: 14 additions & 14 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": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"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": "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",
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.2",
"@hyperledger/cactus-example-supply-chain-frontend": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.2",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

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





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


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": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"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": "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",
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

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





# [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
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": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"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": "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",
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2",
"@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-htlc-coordinator-besu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)


### Features

* **htlc-coordinator:** new htlc coordinator ([28c97d3](https://github.com/hyperledger/cactus/commit/28c97d33e97fa180f1b2b65d505f5ae36a9ddc25)), closes [#953](https://github.com/hyperledger/cactus/issues/953)
20 changes: 10 additions & 10 deletions extensions/cactus-plugin-htlc-coordinator-besu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-plugin-htlc-coordinator-besu",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "HTLC Coordinator to exchange tokens between networks.",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-plugin-htlc-coordinator-besu.node.umd.min.js",
Expand Down Expand Up @@ -72,13 +72,13 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@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-htlc-eth-besu": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.1",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.0.0-rc.1",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-htlc-eth-besu": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.0.0-rc.2",
"axios": "0.21.1",
"body-parser": "1.19.0",
"joi": "14.3.1",
Expand All @@ -88,8 +88,8 @@
"typescript-optional": "2.0.1"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.1",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.2",
"@types/express": "4.17.8",
"socket.io": "4.1.3"
}
Expand Down
8 changes: 8 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,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.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

**Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs





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


Expand Down
Loading

0 comments on commit b673fbe

Please sign in to comment.