diff --git a/CHANGELOG.md b/CHANGELOG.md index 6955c9b..d514f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ +## [v2.2.4](https://github.com/luguslabs/archipel/releases/tag/v2.2.4) + +[#282](https://github.com/luguslabs/archipel/issues/282) : Curl removed in polkadot 0.9.11 fix + ## [v2.2.3](https://github.com/luguslabs/archipel/releases/tag/v2.2.3) [#274](https://github.com/luguslabs/archipel/issues/274) : remove hard coded --execution flag diff --git a/cli/package.json b/cli/package.json index bace0ac..05d83ad 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "archipel-cli", - "version": "2.2.3", + "version": "2.2.4", "description": "Archipel CLI is a component that generates configuration and bootstraps an Archipel federation. ", "main": "src/app.js", "scripts": { diff --git a/cli/src/cli.js b/cli/src/cli.js index 13220ef..6b05a06 100644 --- a/cli/src/cli.js +++ b/cli/src/cli.js @@ -14,7 +14,7 @@ const runCli = async args => { try { // Set cli version program - .version('2.2.3'); + .version('2.2.4'); // Init command program diff --git a/orchestrator/package.json b/orchestrator/package.json index 58ba3ef..8e754b4 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "archipel-orchestrator", - "version": "2.2.3", + "version": "2.2.4", "description": "Archipel Orchestrator is the decision making component in Archipel federation.", "main": "src/app.js", "scripts": { diff --git a/ui/package.json b/ui/package.json index dc6c409..0a4b9ad 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "archipel-ui", - "version": "2.2.3", + "version": "2.2.4", "private": true, "author": "Lugus Labs", "license": "apache 2",