Skip to content

Commit

Permalink
chore: release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 27, 2021
1 parent e61b3ca commit 5638055
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5638055

Please sign in to comment.