Skip to content

Commit

Permalink
chore(master): release 2.8.0 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Jun 7, 2024
1 parent 415bfb2 commit b2d975e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.8.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.7.0...v2.8.0) (2024-06-07)


### Features

* GMP decoding, remove deprecated contracts, naming improvements ([#246](https://github.com/sygmaprotocol/sygma-solidity/issues/246)) ([415bfb2](https://github.com/sygmaprotocol/sygma-solidity/commit/415bfb25713491f69db6835e10b3bafc587037f1))


### Miscellaneous

* extend IFeeHandler with feeHandlerType getter ([#248](https://github.com/sygmaprotocol/sygma-solidity/issues/248)) ([e4bb75f](https://github.com/sygmaprotocol/sygma-solidity/commit/e4bb75f373bf23bbddda47bb8f215a24b0ec1797))

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


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

0 comments on commit b2d975e

Please sign in to comment.