Skip to content

Commit 501364d

Browse files
authored
chore: changelog update (#2794)
1 parent aa534c2 commit 501364d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
10+
## [3.0.1] - 2025-12-03
11+
12+
### Added
13+
- Migrate reserve-overview page to use the latest v3 sdk
14+
15+
816
## [3.0.0] - 2025-11-13
917

1018
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aave-ui",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"license": "BSD-3-Clause",
66
"scripts": {
@@ -159,4 +159,4 @@
159159
"budgetPercentIncreaseRed": 20,
160160
"showDetails": true
161161
}
162-
}
162+
}

0 commit comments

Comments
 (0)