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

Commit d152326

Browse files
authored
Merge pull request #132 from aave/fix/fix-version
Fix/fix version
2 parents 0202aab + 517bbdf commit d152326

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

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

3+
## [1.21.0](https://github.com/aave/aave-v3-periphery/compare/v1.20.2...v1.21.0) (2022-11-28)
4+
5+
6+
### Features
7+
8+
* readd getter for backwards compatibility ([#129](https://github.com/aave/aave-v3-periphery/issues/129)) ([0202aab](https://github.com/aave/aave-v3-periphery/commit/0202aab32bdc25864714b98d8347f9ef4978bfe8))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix function docs ([3883ae8](https://github.com/aave/aave-v3-periphery/commit/3883ae8b655e09f1fde0033cf104b62ad44537ec))
14+
* Make Rewards contract work with PoolAddressesProvider updateImpl ([#123](https://github.com/aave/aave-v3-periphery/issues/123)) ([63e4000](https://github.com/aave/aave-v3-periphery/commit/63e400008ee18c81cceb846db4f64f9907413b59))
15+
* Remove constructor of RewardsController ([4210a75](https://github.com/aave/aave-v3-periphery/commit/4210a75b7cc1cffdf0efb04ad2a0cebe8af641a8))
16+
* remove deploy args of RewardsController at tests, add deploy beta package ([1c01600](https://github.com/aave/aave-v3-periphery/commit/1c0160045b6edfddd36fb7fbba64a6e8f58e4a1d))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 1.21.0 ([522827e](https://github.com/aave/aave-v3-periphery/commit/522827efc58a06819f8915863e9ee0749b305821))
22+
* release 3.0.1 ([ddf85ce](https://github.com/aave/aave-v3-periphery/commit/ddf85ce0c01771406807b004aad5ee95054a3c76))
23+
324
## [1.20.2](https://github.com/aave/aave-v3-periphery/compare/v1.20.1...v1.20.2) (2022-11-17)
425

526

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.21.0-beta.1",
3+
"version": "1.21.0",
44
"description": "Aave Protocol V3 periphery smart contracts",
55
"files": [
66
"contracts",

0 commit comments

Comments
 (0)