From e134a5ba4ad6bface9a81b13688db4e0227e544b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 22:35:09 +0900 Subject: [PATCH] chore(master): release 2.1.0 (#164) 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 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",