Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed Jan 26, 2024
1 parent eef0e92 commit 20fb82c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Update subxt v0.34.0

## [0.11.1] - 2023-01-26

## Changed
- Fix `onet_api_url` to depend on the connected chain and remove default endpoint.
- Show nomination pool threshold value in the report
- Update subxt v0.34.0
- Update metadata Polkadot runtime/1000000
- Update metadata Kusama runtime/1001000
- Disable Westend runtime/1006000

## Changed
- Fix `onet_api_url` to depend on the connected chain and remove default endpoint.
- Update metadata Polkadot runtime/9430

## [0.10.1] - 2023-07-14

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

0 comments on commit 20fb82c

Please sign in to comment.