diff --git a/CHANGELOG.md b/CHANGELOG.md index 200007b408..f56d38b2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0-beta.18] - 2019-03-14 + +### Fixed + +- [#\2188](https://github.com/cosmos/voyager/issues/2188) Fixed issues with the way we were loading PageNetwork @jbibla +- [#\2246](https://github.com/cosmos/voyager/issues/2246) Fix from moniker not visible on withdraw txs @faboweb + +### Added + +- [\#1959](https://github.com/cosmos/voyager/issues/1959) display transactions on block page @fedekunze + +### Changed + +- Ignore changelog check on master @faboweb +- [#\2217](https://github.com/cosmos/voyager/issues/2217) Limit inputs to max precision @faboweb + ## [1.0.0-beta.17] - 2019-03-13 ### Changed diff --git a/PENDING.md b/PENDING.md index c0aa71afe5..e69de29bb2 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,13 +0,0 @@ -### Fixed - -- [#\2188](https://github.com/cosmos/voyager/issues/2188) Fixed issues with the way we were loading PageNetwork @jbibla -- [#\2246](https://github.com/cosmos/voyager/issues/2246) Fix from moniker not visible on withdraw txs @faboweb - -### Added - -- [\#1959](https://github.com/cosmos/voyager/issues/1959) display transactions on block page @fedekunze - -### Changed - -- Ignore changelog check on master @faboweb -- [#\2217](https://github.com/cosmos/voyager/issues/2217) Limit inputs to max precision @faboweb \ No newline at end of file diff --git a/package.json b/package.json index 038092cd02..126b384abc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-voyager", "productName": "Cosmos Voyager", - "version": "1.0.0-beta.17", + "version": "1.0.0-beta.18", "description": "Voyager is an electron-based user interface for the Cosmos Network.", "author": "All In Bits, Inc ", "license": "Apache-2.0",