diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ab0ca..77957a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/VenusProtocol/solidity-utilities/compare/v2.0.2...v2.0.3) (2024-05-17) + + +### Bug Fixes + +* TimeManagerV5 deprecated storage slot size ([a1c1832](https://github.com/VenusProtocol/solidity-utilities/commit/a1c18320e910a647f99353aa330007a14da492fd)) + ## [2.0.3-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v2.0.2...v2.0.3-dev.1) (2024-05-16) diff --git a/package.json b/package.json index 176ca33..aba074b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venusprotocol/solidity-utilities", - "version": "2.0.3-dev.1", + "version": "2.0.3", "description": "Solidity code used by other Venus projects", "files": [ "artifacts",