diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ac067d..384d1ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.10.0...v1.11.0) (2022-02-15) + + +### Miscellaneous Chores + +* release 1.11.0 ([a4dee72](https://www.github.com/aave/aave-v3-periphery/commit/a4dee72c618c0512ed2bf2e6902c7b27e520f767)) + ## [1.10.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.9.1...v1.10.0) (2022-01-12) diff --git a/package-lock.json b/package-lock.json index a999b0fb..a119ac8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.10.0", + "version": "1.11.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "^1.10.0" diff --git a/package.json b/package.json index af0b4c02..a89f4887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.10.0", + "version": "1.11.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",