Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Aug 28, 2023
1 parent 4423d0d commit 6a64bdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rm -r ~/.paloma/data/wasm/cache
### To get the latest prebuilt `palomad` binary:

```shell
wget -O - https://github.com/palomachain/paloma/releases/download/v1.7.0/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v1.7.2/paloma_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
```
Expand All @@ -87,7 +87,7 @@ sudo chmod +x /usr/local/bin/palomad
```shell
git clone https://github.com/palomachain/paloma.git
cd paloma
git checkout v1.7.0
git checkout v1.7.2
make build
sudo mv ./build/palomad /usr/local/bin/palomad
```
Expand Down
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## What's Changed
* Update readme in master for v1.7.0 release by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/950
* Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 by @dependabot in https://github.com/palomachain/paloma/pull/931
* Bump cosmossdk.io/math from 1.0.1 to 1.1.1 by @dependabot in https://github.com/palomachain/paloma/pull/953
* fix: validator selection with multiple MEV chains configured by @byte-bandit in https://github.com/palomachain/paloma/pull/952
* Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 by @dependabot in https://github.com/palomachain/paloma/pull/957
* chore: upgrade Pigeon dependency to v1.6.0 by @byte-bandit in https://github.com/palomachain/paloma/pull/958


**Full Changelog**: https://github.com/palomachain/paloma/compare/v1.7.1...v1.7.2

0 comments on commit 6a64bdb

Please sign in to comment.