Skip to content

Commit

Permalink
bump 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
branciard committed Oct 17, 2020
1 parent a824f1a commit b817511
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

<!--New features/improvements/fixes go here-->

## [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.
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archipel-ui",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"author": "Lugus Labs",
"license": "apache 2",
Expand Down

0 comments on commit b817511

Please sign in to comment.