From ad39275270b9b7749495ba7242c27dc03945fd93 Mon Sep 17 00:00:00 2001 From: Luis Carvalho Date: Fri, 13 Sep 2024 15:30:32 +0100 Subject: [PATCH] chore: add release notes to v2.2.1 --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..5b89429 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +## What's Changed + +* feat: query skyway query unobserved blocks by @maharifu in https://github.com/palomachain/pigeon/pull/435 +* chore: update README to v2.2.1 by @maharifu in https://github.com/palomachain/pigeon/pull/436 + + +**Full Changelog**: https://github.com/palomachain/pigeon/compare/v2.2.0...v2.2.1