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

Commit 789b5e8

Browse files
chore(master): release 1.20.0
1 parent d1eab91 commit 789b5e8

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [1.20.0](https://github.com/aave/aave-v3-periphery/compare/v1.19.2...v1.20.0) (2022-10-21)
4+
5+
6+
### Features
7+
8+
* Add ability to specify collector ([79c2377](https://github.com/aave/aave-v3-periphery/commit/79c23779a567b95110020fa5a9d0d9d938f2d6b8))
9+
* Add Treasury Controller contract ([8a536b6](https://github.com/aave/aave-v3-periphery/commit/8a536b67f08f840ab1134a3fdeccd842cb67b27e))
10+
11+
12+
### Bug Fixes
13+
14+
* Adjust treasury contracts to reflect mainnet deployment ([e0580a8](https://github.com/aave/aave-v3-periphery/commit/e0580a81a83fa4e217b9f18a891e58c63deb1f3b))
15+
* Fix README docs ([abd7465](https://github.com/aave/aave-v3-periphery/commit/abd7465a83cde8133083d10b0aa8f8f1a1445441))
16+
* Fix version of aave-deploy ([e946268](https://github.com/aave/aave-v3-periphery/commit/e9462689046bee725c002d710565b0a999614137))
17+
* Move ecosystem contracts to treasury folder ([e84c6a4](https://github.com/aave/aave-v3-periphery/commit/e84c6a4bed4b69727f6f22611b6c2e6ffc907e44))
18+
* Remove unused sol compiler from hh config ([5d7574e](https://github.com/aave/aave-v3-periphery/commit/5d7574e2326c0151176c9ecfced6466ff24e9c8b))
19+
320
## [1.19.2](https://github.com/aave/aave-v3-periphery/compare/v1.10.0...v1.19.2) (2022-08-03)
421

522

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

0 commit comments

Comments
 (0)