From 190648cc3be92fd9fe2bc9f52e828d3b2f8126d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 14:14:25 +0000 Subject: [PATCH] chore: release 1.17.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720db1d9..6dacf114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.17.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.16.0...v1.17.0) (2022-04-04) + + +### Features + +* Add owner constructor parameter to EmissionManager contract to support CREATE2 factory deployments ([a36fc32](https://www.github.com/aave/aave-v3-periphery/commit/a36fc32437eee04da125e5f467231eb99354923e)) + + +### Bug Fixes + +* Fix docs ([7b0b0fd](https://www.github.com/aave/aave-v3-periphery/commit/7b0b0fdffb5f6305be865576edf3e20c0d12d8c6)) + ## [1.16.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.15.0...v1.16.0) (2022-04-04) diff --git a/package-lock.json b/package-lock.json index 0cfc7b5b..78decf8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.16.0", + "version": "1.17.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "^1.14.3-beta.0" diff --git a/package.json b/package.json index ac7b30bc..910a413b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.16.0", + "version": "1.17.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",