From cdc883d291306a9e50451c048abd0ada47a2229a Mon Sep 17 00:00:00 2001 From: Luis Carvalho Date: Thu, 27 Jun 2024 14:48:29 +0100 Subject: [PATCH] chore: add release notes --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 00000000..d5b58de8 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,11 @@ +## What's Changed + +* fix: withold gravity batches until valset update by @byte-bandit in https://github.com/palomachain/paloma/pull/1195 +* feat: paloma bridge exit tax by @maharifu in https://github.com/palomachain/paloma/pull/1196 +* feat: add relayer fee settings by @byte-bandit in https://github.com/palomachain/paloma/pull/1197 +* feat: daily bridge transfer limits by @maharifu in https://github.com/palomachain/paloma/pull/1198 +* fix: unpack errors on ReferenceBlockAttestation by @maharifu in https://github.com/palomachain/paloma/pull/1199 +* chore(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in https://github.com/palomachain/paloma/pull/1201 +* chore: update README with v1.15.1 by @maharifu in https://github.com/palomachain/paloma/pull/1202 + +**Full Changelog**: https://github.com/palomachain/paloma/compare/v1.15.0...v1.15.1