diff --git a/CHANGELOG.md b/CHANGELOG.md index 285947b3..399739cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/aave/aave-v3-periphery/compare/v2.3.0...v2.4.0) (2023-05-26) + + +### Features + +* Add control to block mints in Faucet ([#172](https://github.com/aave/aave-v3-periphery/issues/172)) ([19ce4be](https://github.com/aave/aave-v3-periphery/commit/19ce4be7fc2d4364147be907a171afa0c75826e1)) + ## [2.3.0](https://github.com/aave/aave-v3-periphery/compare/v2.2.0...v2.3.0) (2023-04-20) diff --git a/package-lock.json b/package-lock.json index 338818a5..0d210a62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "2.3.0", + "version": "2.4.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "1.17.0" diff --git a/package.json b/package.json index 63786ab2..32d3ff12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "2.3.0", + "version": "2.4.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",