Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed Apr 26, 2024
1 parent 7d1605c commit 943eac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 943eac5

Please sign in to comment.