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

Commit 4efdaa0

Browse files
committed
chore(master): release 2.10.0
1 parent 2aafeb7 commit 4efdaa0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [2.10.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.9.0...v2.10.0) (2024-09-20)
4+
5+
6+
### Features
7+
8+
* add optional call to ERC20Handler and NativeTokenHandler execute ([#266](https://github.com/sygmaprotocol/sygma-solidity/issues/266)) ([b166d41](https://github.com/sygmaprotocol/sygma-solidity/commit/b166d419247df746fc8a34f490e9d9ec4ba15e57))
9+
* permissionless token addition with GMP ([#261](https://github.com/sygmaprotocol/sygma-solidity/issues/261)) ([0234458](https://github.com/sygmaprotocol/sygma-solidity/commit/02344587e99c7f41d66f4846daab5701261e7071))
10+
* retry contract ([#259](https://github.com/sygmaprotocol/sygma-solidity/issues/259)) ([a72c1f9](https://github.com/sygmaprotocol/sygma-solidity/commit/a72c1f980d6f9335d1b1f852e03cb0a821ad478b))
11+
12+
13+
### Miscellaneous
14+
15+
* add optional message call docs ([#276](https://github.com/sygmaprotocol/sygma-solidity/issues/276)) ([2aafeb7](https://github.com/sygmaprotocol/sygma-solidity/commit/2aafeb78931c44ed74db1f8ee5a6aca7bcf52393))
16+
* add retry migration ([#263](https://github.com/sygmaprotocol/sygma-solidity/issues/263)) ([27d9682](https://github.com/sygmaprotocol/sygma-solidity/commit/27d96827f8403a31f9a33a40b0a49d8d2b3e3c9a))
17+
318
## [2.9.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.8.0...v2.9.0) (2024-07-30)
419

520

Diff for: 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.9.0",
3+
"version": "2.10.0",
44
"description": "",
55
"main": "dist/index.js",
66
"repository": "https://github.com/sygmaprotocol/sygma-solidity.git",

0 commit comments

Comments
 (0)