diff --git a/CHANGELOG.md b/CHANGELOG.md index 1035d19c..33f5bcf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.3...v2.6.0) (2024-05-02) + + +### Features + +* Add FROSTKeygen contract and tests ([#227](https://github.com/sygmaprotocol/sygma-solidity/issues/227)) ([824151a](https://github.com/sygmaprotocol/sygma-solidity/commit/824151aa409d67b5f718b8904b121ac9ac052b04)) +* Modified Dynamic Fee Handlers with twap oracle ([#236](https://github.com/sygmaprotocol/sygma-solidity/issues/236)) ([45ad376](https://github.com/sygmaprotocol/sygma-solidity/commit/45ad3768ed26c260f7550948e3291d4d8ab55e82)) + ## [2.5.3](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.2...v2.5.3) (2024-03-19) diff --git a/package.json b/package.json index 07962c2c..a57612e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/sygma-contracts", - "version": "2.5.3", + "version": "2.6.0", "description": "", "main": "dist/index.js", "repository": "https://github.com/sygmaprotocol/sygma-solidity.git",