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

Commit 10fcf38

Browse files
authored
Merge pull request #78 from aave/release-v1.16.0
chore: release 1.16.0
2 parents fd76fc1 + bf36c1d commit 10fcf38

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [1.16.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.15.0...v1.16.0) (2022-04-04)
4+
5+
6+
### Features
7+
8+
* Add emission manager contract ([abcb674](https://www.github.com/aave/aave-v3-periphery/commit/abcb6746557efc214462b0c7bdbe0bacdf775eaf))
9+
10+
11+
### Bug Fixes
12+
13+
* Add missing docs to modifier ([ad663df](https://www.github.com/aave/aave-v3-periphery/commit/ad663df941f8b675aea16658ca6f7ae8e0465c1b))
14+
* Fix docs ([70e1c0f](https://www.github.com/aave/aave-v3-periphery/commit/70e1c0f3c5ec71dd7195f0a287e8b0cfc2327ae5))
15+
* Make emission manager variables internal ([37966a1](https://www.github.com/aave/aave-v3-periphery/commit/37966a15965941efe872d1ce2ab0555674214b2d))
16+
317
## [1.15.0](https://www.github.com/aave/aave-v3-periphery/compare/v1.14.0...v1.15.0) (2022-03-15)
418

519

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

0 commit comments

Comments
 (0)