From 7853cd9a9a61c1004420d0a682a1f336432f26ce Mon Sep 17 00:00:00 2001 From: Christian Lohr Date: Fri, 10 Nov 2023 17:33:33 +0100 Subject: [PATCH] Add release notes --- RELEASE_NOTES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 000000000..9c1d36a06 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,12 @@ +## What's Changed +* Add release notes by @byte-bandit in https://github.com/palomachain/paloma/pull/1017 +* Revert "Add release notes" by @byte-bandit in https://github.com/palomachain/paloma/pull/1018 +* chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in https://github.com/palomachain/paloma/pull/1020 +* fix: assigning msgs to validators w/o chain support by @byte-bandit in https://github.com/palomachain/paloma/pull/1023 +* fix: gravity message logging format by @byte-bandit in https://github.com/palomachain/paloma/pull/1027 +* feat: introduce basic multisig message support by @byte-bandit in https://github.com/palomachain/paloma/pull/1025 +* feat: add query for last observed event nonce by @byte-bandit in https://github.com/palomachain/paloma/pull/1029 +* chore: increase minimum version of Pigeon by @byte-bandit in https://github.com/palomachain/paloma/pull/1030 + + +**Full Changelog**: https://github.com/palomachain/paloma/compare/v1.9.2...v1.10.0