diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff7f4a946..dc91bcbc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0-beta.26] - 2019-03-22 + +### Changed + +- [\#1337](https://github.com/cosmos/voyager/issues/1337) Updated modals tests acording to standard @fedekunze +- [\#2328](https://github.com/cosmos/voyager/pull/2328) Changed "Total Rewards" to "Pending Rewards" in the balance header @faboweb + + ## [1.0.0-beta.25] - 2019-03-21 ### Changed diff --git a/PENDING.md b/PENDING.md index 30e03ef833..e69de29bb2 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,4 +0,0 @@ -### Changed - -- [\#1337](https://github.com/cosmos/voyager/issues/1337) Updated modals tests acording to standard @fedekunze -- [\#2328](https://github.com/cosmos/voyager/pull/2328) Changed "Total Rewards" to "Pending Rewards" in the balance header @faboweb diff --git a/package.json b/package.json index c9d645735c..1898884a62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-wallet", "productName": "Cosmos Wallet", - "version": "1.0.0-beta.25", + "version": "1.0.0-beta.26", "description": "Cosmos Wallet is a web based user interface for the Cosmos Hub.", "author": "All In Bits, Inc ", "license": "Apache-2.0",