Skip to content

Commit

Permalink
chore(master): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Jun 6, 2024
1 parent ff80bd5 commit 08d0aee
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.5.0](https://github.com/sygmaprotocol/sygma-x-solidity/compare/v2.4.2...v2.5.0) (2024-06-06)


### Features

* rearrange core contracts addresses ([#32](https://github.com/sygmaprotocol/sygma-x-solidity/issues/32)) ([11b9f67](https://github.com/sygmaprotocol/sygma-x-solidity/commit/11b9f67e969b72ae142e0f69cd2b673c1489e3c0))


### Miscellaneous

* pack slot index and router address into single mapping to save on gas ([#57](https://github.com/sygmaprotocol/sygma-x-solidity/issues/57)) ([ff80bd5](https://github.com/sygmaprotocol/sygma-x-solidity/commit/ff80bd5a1c1764250c16a338c34f80ca46148ffc))

## [2.4.2](https://github.com/sygmaprotocol/sygma-x-solidity/compare/v2.4.1...v2.4.2) (2024-03-25)


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-x-solidity",
"version": "2.4.2",
"version": "2.5.0",
"main": "index.js",
"author": "Sygma",
"license": "BUSL-1.1",
Expand Down

0 comments on commit 08d0aee

Please sign in to comment.