From 563805530c6de671c60e0dd4c5a4352ee66a38a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:13:27 +0000 Subject: [PATCH] chore: release 1.8.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18100fb..a1e06c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.8.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.7.0...v1.8.0) (2021-12-27) + + +### Features + +* updated helper contracts to v3 and added decimals to incentives helper. Updated distribution manager decimals to be in uint8 ([b6d7892](https://www.github.com/aave/aave-v3-periphery/commit/b6d7892b205a0e07ef081013f58ea798f46d3917)) + + +### Bug Fixes + +* replace Precision with Asset Decimals. Added test scenarios where underlying token has 2 decimals. ([a24240a](https://www.github.com/aave/aave-v3-periphery/commit/a24240a3f668a5632c2c4094ecd4bef6c8e597da)) + ## [1.7.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.6.1...v1.7.0) (2021-12-21) diff --git a/package-lock.json b/package-lock.json index 863973bd..46ad392e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf8f9ee5..3e8d86d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "1.7.0", + "version": "1.8.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",