Skip to content

Commit

Permalink
chore(master): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Nov 13, 2023
1 parent b1a9760 commit 814d12e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.5.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.1...v2.5.0) (2023-11-13)


### Features

* 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))
* Implement fee whitelist ([#203](https://github.com/sygmaprotocol/sygma-solidity/issues/203)) ([4463bcb](https://github.com/sygmaprotocol/sygma-solidity/commit/4463bcb03fd046875e8109fa5e9266ffdc304015))
* limit permissionless generic call gas usage ([#200](https://github.com/sygmaprotocol/sygma-solidity/issues/200)) ([d7823d7](https://github.com/sygmaprotocol/sygma-solidity/commit/d7823d7fc1879718387355b8f687e12bd587aa9c))


### Bug Fixes

* 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))


### Miscellaneous

* 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))

## [2.4.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.4.0...v2.4.1) (2023-09-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildwithsygma/sygma-contracts",
"version": "2.4.1",
"version": "2.5.0",
"description": "",
"main": "dist/index.js",
"repository": "https://github.com/sygmaprotocol/sygma-solidity.git",
Expand Down

0 comments on commit 814d12e

Please sign in to comment.