From 09319682e310d050987758b7132057b283c87dfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:44:56 +0000 Subject: [PATCH] chore(main): release 1.9.0-alpha-rc02 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd5fda8..e21bf7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.9.0-alpha-rc02](https://github.com/dymensionxyz/roller/compare/v1.8.0-alpha-rc02...v1.9.0-alpha-rc02) (2024-11-19) + + +### Features + +* add support for whitelisted relayers and custom sequencer reward address ([#1113](https://github.com/dymensionxyz/roller/issues/1113)) ([b464907](https://github.com/dymensionxyz/roller/commit/b4649070fa6d147a736bc2b7a1e47ee856cd6111)) + + +### Bug Fixes + +* create roller root if it's not present ([0ea615b](https://github.com/dymensionxyz/roller/commit/0ea615bcfc66524b76d0eaf2d7fd1a607a9399ba)) +* eibc init roller config path ([9feb360](https://github.com/dymensionxyz/roller/commit/9feb3602e0fc508c3f79615b9758f630bfa82654)) +* handle eibc init better ([34bda08](https://github.com/dymensionxyz/roller/commit/34bda081e04bbb6ba9fafeb85909449aeb3d3608)) +* roller config field mapping ([d9b4765](https://github.com/dymensionxyz/roller/commit/d9b4765b1865bd06109d9776b1230a78f20fad18)) + ## [1.6.4-alpha-rc02](https://github.com/dymensionxyz/roller/compare/v1.6.4-alpha-rc01...v1.6.4-alpha-rc02) (2024-09-20)