From ee5d4938f2b6475f14ea04dbe67e37eb90724613 Mon Sep 17 00:00:00 2001 From: mace Date: Tue, 3 Sep 2024 11:29:18 +0200 Subject: [PATCH] chore(main): release 2.3.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad5482e..b4f8048c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.3.0](https://github.com/sygmaprotocol/sygma-relayer/compare/v2.2.0...v2.3.0) (2024-09-03) + + +### Features + +* erc20 additional data ([#356](https://github.com/sygmaprotocol/sygma-relayer/issues/356)) ([74f3c5b](https://github.com/sygmaprotocol/sygma-relayer/commit/74f3c5b30e7cdc62600bffba45dbb6416bea5e09)) +* upload btc execution metadata to ipfs ([#339](https://github.com/sygmaprotocol/sygma-relayer/issues/339)) ([ff55000](https://github.com/sygmaprotocol/sygma-relayer/commit/ff55000d8e78f2138fd3d5849a8ae110429508cd)) + + +### Bug Fixes + +* frost key resharing ([#346](https://github.com/sygmaprotocol/sygma-relayer/issues/346)) ([7b35e11](https://github.com/sygmaprotocol/sygma-relayer/commit/7b35e11a5eaaa5d76ed01a5030432a70ee69d0c8)) +* return error when upload to ipfs fails ([#350](https://github.com/sygmaprotocol/sygma-relayer/issues/350)) ([8aff649](https://github.com/sygmaprotocol/sygma-relayer/commit/8aff6493514ce260563fe3d143079ca88b36ce29)) +* treat coordinator missing as a warn log ([#352](https://github.com/sygmaprotocol/sygma-relayer/issues/352)) ([25c41f5](https://github.com/sygmaprotocol/sygma-relayer/commit/25c41f5ba0df0801636ccd8d3496f41e466dacab)) + + +### Miscellaneous + +* add ipfs node to docker-compose ([#351](https://github.com/sygmaprotocol/sygma-relayer/issues/351)) ([09039b5](https://github.com/sygmaprotocol/sygma-relayer/commit/09039b53c05e6ded762650eae31086a28e8df109)) +* update fees docs ([#343](https://github.com/sygmaprotocol/sygma-relayer/issues/343)) ([6cfbbcc](https://github.com/sygmaprotocol/sygma-relayer/commit/6cfbbccbd1e0e699433a767f44870a45938e3a29)) + ## [2.2.0](https://github.com/sygmaprotocol/sygma-relayer/compare/v2.1.2...v2.2.0) (2024-07-24)