From 08d0aeebdee7799f0bbe489e01d744ef36458d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Petruni=C4=87?= Date: Thu, 6 Jun 2024 15:07:39 +0200 Subject: [PATCH] chore(master): release 2.5.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c399fc..c59fdfc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index cbfba5ff..48d23d55 100644 --- a/package.json +++ b/package.json @@ -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",