Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 94cbea0

Browse files
authored
Merge pull request #43 from aave/release-v1.9.0
chore: release 1.9.0
2 parents d24f24c + 36646cd commit 94cbea0

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.9.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.8.0...v1.9.0) (2021-12-27)
4+
5+
6+
### Features
7+
8+
* rename IncentivesControllerV2 to RewardsController ([2a7fcbf](https://www.github.com/aave/aave-v3-periphery/commit/2a7fcbf1bb967fb9b815ddb84e14a13336089820))
9+
* use GPv2SafeERC20 instead of SafeERC20. ([bbd6131](https://www.github.com/aave/aave-v3-periphery/commit/bbd6131644465be00f209f43b0b9c2d11d2279eb))
10+
11+
12+
### Bug Fixes
13+
14+
* package-lock ([0f1819a](https://www.github.com/aave/aave-v3-periphery/commit/0f1819a9c68f54ac00f1a8c268337cda4b5026ab))
15+
316
## [1.8.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.7.0...v1.8.0) (2021-12-27)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/periphery-v3",
3-
"version": "1.9.0-beta.0",
3+
"version": "1.9.0",
44
"description": "Aave Protocol V3 periphery smart contracts",
55
"files": [
66
"contracts",

0 commit comments

Comments
 (0)