From 86fadecaf1569437f240ea0f76e839c17531789c Mon Sep 17 00:00:00 2001 From: Tyler Ruppert <524638+ToasterTheBrave@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:37:31 -0400 Subject: [PATCH] Release Notes and Readme update (#244) Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com> --- README.md | 4 ++-- RELEASE_NOTES.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 RELEASE_NOTES.md diff --git a/README.md b/README.md index 5fcfd4af..76c7d9c7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This repo does not accept issues. Please use https://github.com/palomachain/palo ### To get the latest prebuilt `pigeon` binary: ```shell -wget -O - https://github.com/palomachain/pigeon/releases/download/v1.5.3/pigeon_Linux_x86_64.tar.gz | \ +wget -O - https://github.com/palomachain/pigeon/releases/download/v1.5.4/pigeon_Linux_x86_64.tar.gz | \ sudo tar -C /usr/local/bin -xvzf - pigeon sudo chmod +x /usr/local/bin/pigeon @@ -69,7 +69,7 @@ mkdir ~/.pigeon ```shell git clone https://github.com/palomachain/pigeon.git cd pigeon -git checkout v1.5.3 +git checkout v1.5.4 make build sudo mv ./build/pigeon /usr/local/bin/pigeon diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 00000000..388b8abd --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,11 @@ +## What's Changed +* Readme update for new release by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/238 +* Fix typos by @omahs in https://github.com/palomachain/pigeon/pull/239 +* feat: add blxr client and pigeon trait by @byte-bandit in https://github.com/palomachain/pigeon/pull/241 +* Speed up pigeons where useful by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/242 +* Update paloma to latest by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/243 + +## New Contributors +* @omahs made their first contribution in https://github.com/palomachain/pigeon/pull/239 + +**Full Changelog**: https://github.com/palomachain/pigeon/compare/v1.5.3...v1.5.4