diff --git a/CHANGELOG.md b/CHANGELOG.md index 7816594b..97e5f525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/aave/aave-v3-periphery/compare/v2.0.1...v2.1.0) (2023-04-19) + + +### Features + +* Add a mint amount limit and ownership transfer function to Faucet ([#162](https://github.com/aave/aave-v3-periphery/issues/162)) ([b52f6c4](https://github.com/aave/aave-v3-periphery/commit/b52f6c483373f1c9a1478af9e076a08fda6bf67c)) + ## [2.0.1](https://github.com/aave/aave-v3-periphery/compare/v2.0.0...v2.0.1) (2023-03-15) diff --git a/package-lock.json b/package-lock.json index 8b656741..bcdb070c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "2.0.1", + "version": "2.1.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "1.17.0" diff --git a/package.json b/package.json index 3aaa82fa..084208d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "2.0.1", + "version": "2.1.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",