From 943eac5a48d055e0a64cdadcc9a90c4890ede141 Mon Sep 17 00:00:00 2001 From: paulo Date: Fri, 26 Apr 2024 16:11:38 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de05160..1fb5218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0] - 2023-04-26 + ## New - Add tip for block author optional with `--tx-tip` - Add transaction mortal optional with `--tx-mortal-period` diff --git a/README.md b/README.md index 66179dd..a1fca45 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.14.0/crunch +wget -P /crunch-bot https://github.com/turboflakes/crunch/releases/download/v0.15.0/crunch # make `crunch` binary file executable chmod +x /crunch-bot/crunch ```