diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ed7af7..1e0cc85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.2](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.1...v2.5.2) (2024-03-19) + + +### Miscellaneous + +* Implement erc1155 deployment ([#222](https://github.com/sygmaprotocol/sygma-solidity/issues/222)) ([6e16f36](https://github.com/sygmaprotocol/sygma-solidity/commit/6e16f361d8d9c784711144e05d9e00b9d54f781f)) + ## [2.5.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.5.0...v2.5.1) (2024-01-25) diff --git a/package.json b/package.json index e795c5ea..d2ce29e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/sygma-contracts", - "version": "2.5.1", + "version": "2.5.2", "description": "", "main": "dist/index.js", "repository": "https://github.com/sygmaprotocol/sygma-solidity.git",