From 286243676a41b5fe176e4989f6be655594bb158f Mon Sep 17 00:00:00 2001 From: Voyager Bot Date: Tue, 19 Mar 2019 00:03:07 +0000 Subject: [PATCH] Bump version for release. --- CHANGELOG.md | 12 ++++++++++++ PENDING.md | 8 -------- package.json | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008e9c9413..c3ed59135b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0-beta.22] - 2019-03-19 + +### Added + +- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb + +### Fixed + +- [\#2267](https://github.com/cosmos/voyager/issues/2267) fixed sorting on validator table @jbibla +- [\#2278](https://github.com/cosmos/voyager/issues/2278) fixed commission calculation on validator table @jbibla + + ## [1.0.0-beta.21] - 2019-03-16 ### Added diff --git a/PENDING.md b/PENDING.md index 140ce81d13..e69de29bb2 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,8 +0,0 @@ -### Added - -- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb - -### Fixed - -- [\#2267](https://github.com/cosmos/voyager/issues/2267) fixed sorting on validator table @jbibla -- [\#2278](https://github.com/cosmos/voyager/issues/2278) fixed commission calculation on validator table @jbibla diff --git a/package.json b/package.json index 4037a21849..d6cccb0c6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-voyager", "productName": "Cosmos Voyager", - "version": "1.0.0-beta.21", + "version": "1.0.0-beta.22", "description": "Voyager is an electron-based user interface for the Cosmos Network.", "author": "All In Bits, Inc ", "license": "Apache-2.0",