diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9e737c9b..837596e468 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.42] - 2019-04-08 + +### Fixed + +- [#2435](https://github.com/cosmos/lunie/issues/2435) Fixed fee display for sending tokens @faboweb +- [#2435](https://github.com/cosmos/lunie/issues/2435) Fixed fee denom not being correct and therefor sending not working @faboweb +- [#2441](https://github.com/cosmos/lunie/pull/2441) Fixed account cache restoration @faboweb + ## [1.0.0-beta.41] - 2019-04-08 ### Fixed diff --git a/package.json b/package.json index c3f75e0447..b76509c383 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lunie", "productName": "lunie", - "version": "1.0.0-beta.41", + "version": "1.0.0-beta.42", "description": "Lunie is a web based user interface for the Cosmos Hub.", "author": "All In Bits, Inc ", "license": "Apache-2.0",