Skip to content

Commit

Permalink
chore(master): release 2.7.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Jun 5, 2024
1 parent f2d6e81 commit 8b31a12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.7.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.6.1...v2.7.0) (2024-06-05)


### Features

* extend fee calculation formula ([#244](https://github.com/sygmaprotocol/sygma-solidity/issues/244)) ([cfc09d8](https://github.com/sygmaprotocol/sygma-solidity/commit/cfc09d8aef438da5164f96a6ef8029da472c89cc))


### Miscellaneous

* add btc to e2e test data ([#249](https://github.com/sygmaprotocol/sygma-solidity/issues/249)) ([f2d6e81](https://github.com/sygmaprotocol/sygma-solidity/commit/f2d6e81896ce36db743f5d23a8eb297776859de1))
* refactor decoding in permissionless handler ([#210](https://github.com/sygmaprotocol/sygma-solidity/issues/210)) ([ee0954f](https://github.com/sygmaprotocol/sygma-solidity/commit/ee0954f52afcd4caa7ce0fb89c61007afa67b69f))

## [2.6.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.6.0...v2.6.1) (2024-05-21)


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.6.1",
"version": "2.7.0",
"description": "",
"main": "dist/index.js",
"repository": "https://github.com/sygmaprotocol/sygma-solidity.git",
Expand Down

0 comments on commit 8b31a12

Please sign in to comment.