From 2effde9be8392270de07d2a072a00198294fe74e Mon Sep 17 00:00:00 2001 From: paulo Date: Fri, 26 Jan 2024 14:17:34 +0000 Subject: [PATCH] prepare release --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddb724..0bc8946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2] - 2023-01-26 + +## Changed +- Fix unsecure Urls. + ## [0.11.1] - 2023-01-26 ## Changed diff --git a/README.md b/README.md index 4080008..3b68990 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.11.1/crunch +wget -P /crunch-bot https://github.com/turboflakes/crunch/releases/download/v0.11.2/crunch # make `crunch` binary file executable chmod +x /crunch-bot/crunch ```