diff --git a/CHANGELOG.md b/CHANGELOG.md index dc91bcbc2c..600862d14a 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.27] - 2019-03-25 + +### Added + +- [\#2149](https://github.com/cosmos/voyager/issues/2149) display multi-message transactions @fedekunze + +### Fixed + +- [\#2330](https://github.com/cosmos/voyager/pull/2330) Fixed rewards not updating as expected @faboweb +- [\#2330](https://github.com/cosmos/voyager/pull/2330) Fixed transactions not loading when refreshing on PageTransactions @faboweb +- Fixed rewards not showing @faboweb + ## [1.0.0-beta.26] - 2019-03-22 ### Changed diff --git a/PENDING.md b/PENDING.md index 419e116a75..e69de29bb2 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,9 +0,0 @@ -### Added - -- [\#2149](https://github.com/cosmos/voyager/issues/2149) display multi-message transactions @fedekunze - -### Fixed - -- [\#2330](https://github.com/cosmos/voyager/pull/2330) Fixed rewards not updating as expected @faboweb -- [\#2330](https://github.com/cosmos/voyager/pull/2330) Fixed transactions not loading when refreshing on PageTransactions @faboweb -- Fixed rewards not showing @faboweb \ No newline at end of file diff --git a/package.json b/package.json index 1898884a62..e4da28ebb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-wallet", "productName": "Cosmos Wallet", - "version": "1.0.0-beta.26", + "version": "1.0.0-beta.27", "description": "Cosmos Wallet is a web based user interface for the Cosmos Hub.", "author": "All In Bits, Inc ", "license": "Apache-2.0",