diff --git a/CHANGELOG.md b/CHANGELOG.md index f56d38b2eb..e8fcf819d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0-beta.19] - 2019-03-15 + +### Added + +- [\#2263](https://github.com/cosmos/voyager/pull/2263) Added guide on how to connect via a local full node to any network @faboweb + +### Fixed + +- Fix for inflation on our testnet +- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console error on page validator if loading the page from URL @faboweb + +### Changed + +- [\#2255](https://github.com/cosmos/voyager/pull/2255) removed onboarding tutorial @fedekunze +- [\#2259](https://github.com/cosmos/voyager/issues/2259) removed PagePreferences @fedekunze +- [\#1337](https://github.com/cosmos/voyager/issues/1337) refactor unit tests: Page404, ShortBech32 @fedekunze + + ## [1.0.0-beta.18] - 2019-03-14 ### Fixed diff --git a/PENDING.md b/PENDING.md index 0c7c29e9db..e69de29bb2 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,16 +0,0 @@ -### Added - -- [\#2263](https://github.com/cosmos/voyager/pull/2263) Added guide on how to connect via a local full node to any network @faboweb - -### Fixed - -- Fix for inflation on our testnet -- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console error on page validator if loading the page from URL @faboweb -- double yarn in package.json causing error on yarn start @jbibla -- [\#2223](https://github.com/cosmos/voyager/issues/2223) Fixed double tooltips on governance parameters tab @faboweb - -### Changed - -- [\#2255](https://github.com/cosmos/voyager/pull/2255) removed onboarding tutorial @fedekunze -- [\#2259](https://github.com/cosmos/voyager/issues/2259) removed PagePreferences @fedekunze -- [\#1337](https://github.com/cosmos/voyager/issues/1337) refactor unit tests: Page404, ShortBech32 @fedekunze diff --git a/package.json b/package.json index 3aed4cc271..c81cdfcf6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-voyager", "productName": "Cosmos Voyager", - "version": "1.0.0-beta.18", + "version": "1.0.0-beta.19", "description": "Voyager is an electron-based user interface for the Cosmos Network.", "author": "All In Bits, Inc ", "license": "Apache-2.0", @@ -149,4 +149,4 @@ "vuelidate": "0.7.3", "vuex": "3.0.1" } -} \ No newline at end of file +}