diff --git a/CHANGELOG.md b/CHANGELOG.md index 84441412..a8ac067d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.9.1...v1.10.0) (2022-01-12) + + +### Features + +* support @aave/core-v3@1.10.0 ([5426eab](https://www.github.com/aave/aave-v3-periphery/commit/5426eabd0300a0794f321e9817e6256f82939933)) + ### [1.9.1](https://www.github.com/aave/aave-v3-periphery/compare/v1.9.0...v1.9.1) (2022-01-07) diff --git a/package-lock.json b/package-lock.json index a3926b4f..a999b0fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.9.1", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.9.1", + "version": "1.10.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "^1.10.0" diff --git a/package.json b/package.json index abf5933a..af0b4c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.9.1", + "version": "1.10.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",