Skip to content

Commit 3c369f2

Browse files
chore(main): release 2.8.0 (#271)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7758182 commit 3c369f2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.8.0](https://github.com/bgd-labs/aave-address-book/compare/v2.7.0...v2.8.0) (2023-10-24)
6+
7+
8+
### Features
9+
10+
* add gnosis chain ([#263](https://github.com/bgd-labs/aave-address-book/issues/263)) ([1063411](https://github.com/bgd-labs/aave-address-book/commit/1063411d276c58158d46bd51a15513c63889c242))
11+
* gov v3-abis ([#268](https://github.com/bgd-labs/aave-address-book/issues/268)) ([452f760](https://github.com/bgd-labs/aave-address-book/commit/452f760d4133d1aba15434beaaaa8b3b3e71b457))
12+
* rename to config engine ([#266](https://github.com/bgd-labs/aave-address-book/issues/266)) ([4002972](https://github.com/bgd-labs/aave-address-book/commit/4002972ab5d2f7c1256b34de48b887abe86ac090))
13+
14+
15+
### Bug Fixes
16+
17+
* don't fail on missing test ([7758182](https://github.com/bgd-labs/aave-address-book/commit/7758182cf72090f22b469654a9a9af6af3cf59ff))
18+
* rename binance to bnb ([#262](https://github.com/bgd-labs/aave-address-book/issues/262)) ([35285a2](https://github.com/bgd-labs/aave-address-book/commit/35285a26991ce19cddca48a8fe4f6ce50ece5943))
19+
* switch to release please ([94f54e1](https://github.com/bgd-labs/aave-address-book/commit/94f54e19795443fd4b00da3199598839634e7c23))
20+
521
## [2.7.0](https://github.com/bgd-labs/aave-address-book/compare/v2.6.0...v2.7.0) (2023-10-03)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bgd-labs/aave-address-book",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "This repository contains an up-to-date registry of all addresses of the Aave ecosystem's smart contracts, for its usage in Solidity codebases.",
55
"private": false,
66
"files": [

0 commit comments

Comments
 (0)