From e6aaf4d63d57bf9a036ac36dcff16659b5a0c42d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 11:15:00 +0000 Subject: [PATCH] chore: release 1.15.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e602da..0cb99b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.15.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.14.0...v1.15.0) (2022-03-15) + + +### Features + +* Add previousEmissionManager event parameter and remove zero address check ([b0c18a2](https://www.github.com/aave/aave-v3-periphery/commit/b0c18a2d681b5384d790ad721566b112e67a10c9)) +* Allow Emission Manager owner of RewardsController to be mutable by current admin ([902e524](https://www.github.com/aave/aave-v3-periphery/commit/902e524e2740199fa594885863d6a5a94c441272)) + + +### Bug Fixes + +* Fix docs ([3751fcf](https://www.github.com/aave/aave-v3-periphery/commit/3751fcfbdc9bcf1e7e2de22e9614bc5faaefce27)) +* Fix EmissionManagerUpdated event docstring ([49fe12b](https://www.github.com/aave/aave-v3-periphery/commit/49fe12b61b6633444d4522ad66c357f4d41fe5c9)) +* Fix EmissionManagerUpdated event docstring ([6e0ae79](https://www.github.com/aave/aave-v3-periphery/commit/6e0ae79ad5446fc1c21be703d6f68c50fad18e78)) +* Remove test case of ZERO new emissionManager ([837c949](https://www.github.com/aave/aave-v3-periphery/commit/837c9494c947b7b3dbf80812c1f3dccacdc2a8f2)) + ## [1.14.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.13.0...v1.14.0) (2022-03-04) diff --git a/package-lock.json b/package-lock.json index 7dc7f267..e909ed20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "1.14.1-beta.0", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "1.14.1-beta.0", + "version": "1.15.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "^1.14.3-beta.0" diff --git a/package.json b/package.json index f92488c7..122edd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.14.1-beta.0", + "version": "1.15.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",