Skip to content

Commit

Permalink
Merge pull request #2304 from cosmos/release-candidate/v1.0.0-beta.21
Browse files Browse the repository at this point in the history
Release candidate/v1.0.0 beta.21
  • Loading branch information
faboweb authored Mar 16, 2019
2 parents a7fdb4e + 2380f0a commit 60948cc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions PENDING.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -149,4 +149,4 @@
"vuelidate": "0.7.3",
"vuex": "3.0.1"
}
}
}

0 comments on commit 60948cc

Please sign in to comment.