diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1bda3..381ac40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.0] - 2023-04-21 + +## Changed +- Fixes breaking changes from latest Polkadot v1.2.0 runtime upgrade +- Update metadata Polkadot runtime/1002000 + ## [0.13.2] - 2023-04-19 ## Changed diff --git a/README.md b/README.md index 8b4ca89..8102e20 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For Pool Operators to auto-compound members rewards above certain threshold. # create `crunch-bot` directory mkdir /crunch-bot # download `crunch` binary latest version -wget -P /crunch-bot https://github.com/turboflakes/crunch/releases/download/v0.13.2/crunch +wget -P /crunch-bot https://github.com/turboflakes/crunch/releases/download/v0.14.0/crunch # make `crunch` binary file executable chmod +x /crunch-bot/crunch ```