Skip to content

Commit

Permalink
bump 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
branciard committed Dec 13, 2020
1 parent 9eb00cf commit 5f27502
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [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
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.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": {
Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const runCli = async args => {
try {
// Set cli version
program
.version('2.1.0');
.version('2.1.2');

// Init command
program
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.1.0",
"version": "2.1.2",
"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.1.0",
"version": "2.1.2",
"private": true,
"author": "Lugus Labs",
"license": "apache 2",
Expand Down

0 comments on commit 5f27502

Please sign in to comment.