diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f0082f03..008e9c9413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0-beta.21] - 2019-03-16 + +### Added + +- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb +- [\#2230](https://github.com/cosmos/voyager/issues/2230) calculate fees and estimated transaction gas @fedekunze +- [\#2291](https://github.com/cosmos/voyager/pull/2291) master built against main net full node @sabau + +### Fixed + +- [\#2269](https://github.com/cosmos/voyager/pull/2269) Persist session type if signed in with ledger @faboweb +- [\#2273](https://github.com/cosmos/voyager/issues/2273) fixed atoms and uatoms conversion @fedekunze + + ## [1.0.0-beta.20] - 2019-03-15 ### Fixed diff --git a/PENDING.md b/PENDING.md index a6ec468b7e..e69de29bb2 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,10 +0,0 @@ -### Added - -- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb -- [\#2230](https://github.com/cosmos/voyager/issues/2230) calculate fees and estimated transaction gas @fedekunze -- [\#2291](https://github.com/cosmos/voyager/pull/2291) master built against main net full node @sabau - -### Fixed - -- [\#2269](https://github.com/cosmos/voyager/pull/2269) Persist session type if signed in with ledger @faboweb -- [\#2273](https://github.com/cosmos/voyager/issues/2273) fixed atoms and uatoms conversion @fedekunze diff --git a/package.json b/package.json index cd284f0f29..4037a21849 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-voyager", "productName": "Cosmos Voyager", - "version": "1.0.0-beta.20", + "version": "1.0.0-beta.21", "description": "Voyager is an electron-based user interface for the Cosmos Network.", "author": "All In Bits, Inc ", "license": "Apache-2.0", @@ -149,4 +149,4 @@ "vuelidate": "0.7.3", "vuex": "3.0.1" } -} \ No newline at end of file +}