From b817511a3dff52f174f94f4d454313162318b03d Mon Sep 17 00:00:00 2001 From: francois branciard Date: Sat, 17 Oct 2020 13:52:57 +0200 Subject: [PATCH] bump 2.1.0 --- CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- orchestrator/package.json | 2 +- ui/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb4582..627bb91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ +## [v2.1.0](https://github.com/luguslabs/archipel/releases/tag/v2.1.0) + +### Issues + +[#241](https://github.com/luguslabs/archipel/issues/241) : Deprecation Sentry node +[#256](https://github.com/luguslabs/archipel/issues/256) : Remove sentry cmd lines in polkadot launch +[#258](https://github.com/luguslabs/archipel/issues/258) : Upgrade to substrate 2.0 and subkey 2.0 => **breaking change on archipel zip config**. Need to recreate zip config with archipel-cli 2.1.0 + ## [v2.0.1](https://github.com/luguslabs/archipel/releases/tag/v2.0.1) [DOC]Improve documentation. diff --git a/cli/package.json b/cli/package.json index 0d4fac2..e53291f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "archipel-cli", - "version": "2.0.0", + "version": "2.1.0", "description": "Archipel CLI is a component that generates configuration and bootstraps an Archipel federation. ", "main": "src/app.js", "scripts": { diff --git a/orchestrator/package.json b/orchestrator/package.json index 4f173b0..19ff981 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "archipel-orchestrator", - "version": "2.0.0", + "version": "2.1.0", "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 32d088d..8533e1d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "archipel-ui", - "version": "2.0.0", + "version": "2.1.0", "private": true, "author": "Lugus Labs", "license": "apache 2",