From 6a64bdbf0e215e927ba7a6368fc3d1272173ce40 Mon Sep 17 00:00:00 2001 From: Christian Lohr Date: Mon, 28 Aug 2023 16:50:51 +0100 Subject: [PATCH] Add release notes --- README.md | 4 ++-- RELEASE_NOTES.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 RELEASE_NOTES.md diff --git a/README.md b/README.md index 1bc2d008..65c04bf7 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 00000000..0ce57900 --- /dev/null +++ b/RELEASE_NOTES.md @@ -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