diff --git a/CHANGELOG.md b/CHANGELOG.md index e412961274..ffaa8cff5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [1.0.0-beta.125] - 2019-10-01 + +### Fixed + +- We don't need to call these infos anymore as we have the info from the backend @faboweb +- [#2983](https://github.com/cosmos/lunie/issues/2983) Fix undefined validator moniker in redelegations @mariopino + +### Repository + +- [#3002](https://github.com/cosmos/lunie/pull/3002) Adding mobile release files and scripts @faboweb + ## [1.0.0-beta.124] - 2019-09-19 ### Changed diff --git a/changes/fabo_remove-signing-info-calls b/changes/fabo_remove-signing-info-calls deleted file mode 100644 index 7935c8064f..0000000000 --- a/changes/fabo_remove-signing-info-calls +++ /dev/null @@ -1 +0,0 @@ -[Fixed] We don't need to call these infos anymore as we have the info from the backend @faboweb \ No newline at end of file diff --git a/changes/mario_2983-moniker-undefined-redelegations b/changes/mario_2983-moniker-undefined-redelegations deleted file mode 100644 index 4e123e509a..0000000000 --- a/changes/mario_2983-moniker-undefined-redelegations +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#2983](https://github.com/cosmos/lunie/issues/2983) Fix undefined validator moniker in redelegations @mariopino \ No newline at end of file diff --git a/changes/release-ios b/changes/release-ios deleted file mode 100644 index 13b0a9c796..0000000000 --- a/changes/release-ios +++ /dev/null @@ -1 +0,0 @@ -[Repository] [#3002](https://github.com/cosmos/lunie/pull/3002) Adding mobile release files and scripts @faboweb \ No newline at end of file diff --git a/package.json b/package.json index c8861d6c28..70b1e4ddf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunie", - "version": "1.0.0-beta.124", + "version": "1.0.0-beta.125", "description": "Lunie is the staking and governance platform for proof-of-stake blockchains.", "author": "Lunie International Software Systems Inc. ", "scripts": { @@ -117,4 +117,4 @@ "type": "git", "url": "git+https://github.com/luniehq/lunie.git" } -} \ No newline at end of file +}