From 6d51e8698bed417a0f7ac4da7bd9e3a5ad786546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Petruni=C4=87?= Date: Mon, 20 May 2024 12:39:23 +0200 Subject: [PATCH] chore(master): release 2.6.0 (#228) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1035d19c..a2d1d88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.6.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.3...v2.6.0) (2024-05-16) + + +### Features + +* add fee handler type prop ([#239](https://github.com/sygmaprotocol/sygma-solidity/issues/239)) ([531e5f1](https://github.com/sygmaprotocol/sygma-solidity/commit/531e5f178f93ef2fd8c4cd984d856ff6ade8786d)) +* 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)) + + +### Miscellaneous + +* Remove resourceID from FROSTKeygen contract ([#235](https://github.com/sygmaprotocol/sygma-solidity/issues/235)) ([0a1b56e](https://github.com/sygmaprotocol/sygma-solidity/commit/0a1b56ee9f89724b23955fea89e4b6cf0f275da3)) + ## [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",