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

Commit 814d12e

Browse files
committed
chore(master): release 2.5.0
1 parent b1a9760 commit 814d12e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.1...v2.5.0) (2023-11-13)
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+
* 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))
16+
17+
18+
### Miscellaneous
19+
20+
* 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))
21+
322
## [2.4.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.0...v2.4.1) (2023-09-14)
423

524

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)