Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1ea1400

Browse files
committed
chore(master): release 2.5.0
1 parent 6861ddc commit 1ea1400

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.1...v2.5.0) (2024-01-12)
4+
5+
6+
### Features
7+
8+
* add support for different fees per dest domain to basic/percentage fee handler ([#206](https://github.com/sygmaprotocol/sygma-solidity/issues/206)) ([944d4ee](https://github.com/sygmaprotocol/sygma-solidity/commit/944d4eef8f94fd27dc3b8d5ab083b4eb0a2b6d2a))
9+
* Implement fee whitelist ([#203](https://github.com/sygmaprotocol/sygma-solidity/issues/203)) ([4463bcb](https://github.com/sygmaprotocol/sygma-solidity/commit/4463bcb03fd046875e8109fa5e9266ffdc304015))
10+
* limit permissionless generic call gas usage ([#200](https://github.com/sygmaprotocol/sygma-solidity/issues/200)) ([d7823d7](https://github.com/sygmaprotocol/sygma-solidity/commit/d7823d7fc1879718387355b8f687e12bd587aa9c))
11+
12+
13+
### Bug Fixes
14+
15+
* name for percentage fee handler abi publishing ([#211](https://github.com/sygmaprotocol/sygma-solidity/issues/211)) ([6861ddc](https://github.com/sygmaprotocol/sygma-solidity/commit/6861ddc36f44e7bf8d08658757783b28b4c87c95))
16+
* set up fee handler router in migration ([#207](https://github.com/sygmaprotocol/sygma-solidity/issues/207)) ([b1a9760](https://github.com/sygmaprotocol/sygma-solidity/commit/b1a97608b81a198fee0f065d9aad296dceaaad5b))
17+
18+
19+
### Miscellaneous
20+
21+
* update migrations to support percetange fee handler + flow improvements ([#198](https://github.com/sygmaprotocol/sygma-solidity/issues/198)) ([746d51e](https://github.com/sygmaprotocol/sygma-solidity/commit/746d51e108fb3b03616ba533b2dbde96b4c2bbdc))
22+
323
## [2.4.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.0...v2.4.1) (2023-09-14)
424

525

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildwithsygma/sygma-contracts",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "",
55
"main": "dist/index.js",
66
"repository": "https://github.com/sygmaprotocol/sygma-solidity.git",

0 commit comments

Comments
 (0)