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

Commit d18f86a

Browse files
committed
chore(master): release 2.5.0
1 parent 746d51e commit d18f86a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.1...v2.5.0) (2023-10-02)
4+
5+
6+
### Features
7+
8+
* Implement fee whitelist ([#203](https://github.com/sygmaprotocol/sygma-solidity/issues/203)) ([4463bcb](https://github.com/sygmaprotocol/sygma-solidity/commit/4463bcb03fd046875e8109fa5e9266ffdc304015))
9+
* limit permissionless generic call gas usage ([#200](https://github.com/sygmaprotocol/sygma-solidity/issues/200)) ([d7823d7](https://github.com/sygmaprotocol/sygma-solidity/commit/d7823d7fc1879718387355b8f687e12bd587aa9c))
10+
11+
12+
### Miscellaneous
13+
14+
* 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))
15+
316
## [2.4.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.0...v2.4.1) (2023-09-14)
417

518

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)