diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e18f2..7ea8c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ +## [v2.1.2](https://github.com/luguslabs/archipel/releases/tag/v2.1.2) + +### Issues + +[#264](https://github.com/luguslabs/archipel/pull/264) : Wireguard dns resolv fix +[#266](https://github.com/luguslabs/archipel/issues/266) : remove "-active" hard coded suffix in polkadot node name in polkadot.js + ## [v2.1.1](https://github.com/luguslabs/archipel/releases/tag/v2.1.1) ### Issues diff --git a/cli/package.json b/cli/package.json index e53291f..e02cf21 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "archipel-cli", - "version": "2.1.0", + "version": "2.1.2", "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 b77e3da..5a3409f 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.1.0'); + .version('2.1.2'); // Init command program diff --git a/orchestrator/package.json b/orchestrator/package.json index 19ff981..8416f6d 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "archipel-orchestrator", - "version": "2.1.0", + "version": "2.1.2", "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 8533e1d..06ff35e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "archipel-ui", - "version": "2.1.0", + "version": "2.1.2", "private": true, "author": "Lugus Labs", "license": "apache 2",