diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b064d3f..d254a2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0](https://github.com/aave/aave-v3-periphery/compare/v1.23.1...v2.0.0) (2023-01-12) + + +### Miscellaneous Chores + +* release 2.0.0 ([23c9ef0](https://github.com/aave/aave-v3-periphery/commit/23c9ef0d7b3efba776d15136f229a2732aadf807)) + ## [1.23.1](https://github.com/aave/aave-v3-periphery/compare/v1.23.0...v1.23.1) (2022-12-30) diff --git a/package-lock.json b/package-lock.json index 8e14ad14..5633e245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.23.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.23.1", + "version": "2.0.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "1.17.0" diff --git a/package.json b/package.json index 7f1c008b..0b537435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.23.1", + "version": "2.0.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",