diff --git a/CHANGELOG.md b/CHANGELOG.md index b7486443..74760880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.9.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.8.0...v2.9.0) (2024-07-15) + + +### Features + +* add native token handler and adapter ([#254](https://github.com/sygmaprotocol/sygma-solidity/issues/254)) ([d5cea35](https://github.com/sygmaprotocol/sygma-solidity/commit/d5cea359a5304113e10283bd5ea4e4070284b6d9)) + + +### Bug Fixes + +* make frost keygen retryable ([#251](https://github.com/sygmaprotocol/sygma-solidity/issues/251)) ([88fd294](https://github.com/sygmaprotocol/sygma-solidity/commit/88fd29458afe10ae2ee8994e992570b7d668c946)) + ## [2.8.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.7.0...v2.8.0) (2024-06-07) diff --git a/package.json b/package.json index 25f82470..71b51f24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/sygma-contracts", - "version": "2.8.0", + "version": "2.9.0", "description": "", "main": "dist/index.js", "repository": "https://github.com/sygmaprotocol/sygma-solidity.git",