diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bcfc2..c1624ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v1.3.1-dev.1...v2.0.0-dev.1) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* migrate to 0.8.25 + +### Features + +* migrate to 0.8.25 ([88b12ce](https://github.com/VenusProtocol/solidity-utilities/commit/88b12ce1f501b650eeacb8664d0fc744f1c3b61b)) + ## [1.3.1-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v1.3.0...v1.3.1-dev.1) (2024-03-04) diff --git a/package.json b/package.json index f5cde5f..6d9d7e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venusprotocol/solidity-utilities", - "version": "1.3.1-dev.1", + "version": "2.0.0-dev.1", "description": "Solidity code used by other Venus projects", "files": [ "artifacts",