Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed Apr 19, 2024
1 parent bfeaf19 commit b948ffd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.2] - 2023-04-19

## Changed
- Fixes claimed rewards from new storage 'staking.claimed_rewards'

## [0.13.1] - 2023-04-19
- Fixes unclaimed eras from new storage 'staking.eras_stakers_paged'
- update base64 crate version

## Changed
- Fixes unclaimed eras from new storage 'staking.eras_stakers_paged'
- update base64 crate version

## [0.13.0] - 2023-04-18

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.13.1/crunch
wget -P /crunch-bot https://github.com/turboflakes/crunch/releases/download/v0.13.2/crunch
# make `crunch` binary file executable
chmod +x /crunch-bot/crunch
```
Expand Down

0 comments on commit b948ffd

Please sign in to comment.