From f526d94721b100e12ed10638af240c56f2b013a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 19:31:02 +0200 Subject: [PATCH] chore(master): release 2.4.0 (#173) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",