diff --git a/CHANGELOG.md b/CHANGELOG.md index 219d8011bf..161030b6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.9.1] - 2018-07-27 + ### Added * Added reload button to transaction history page @faboweb diff --git a/package.json b/package.json index ef68ec6821..d53d6ae64b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cosmos-voyager", "productName": "Cosmos Voyager", - "version": "0.9.0", + "version": "0.9.1", "description": "Voyager is an electron-based user interface for the Cosmos Network.", "author": "All In Bits, Inc ", "license": "Apache-2.0",