Skip to content

Commit

Permalink
chore(main): release 2.8.0 (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 24, 2023
1 parent 7758182 commit 3c369f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [2.8.0](https://github.com/bgd-labs/aave-address-book/compare/v2.7.0...v2.8.0) (2023-10-24)


### Features

* 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))
* 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))
* 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))


### Bug Fixes

* don't fail on missing test ([7758182](https://github.com/bgd-labs/aave-address-book/commit/7758182cf72090f22b469654a9a9af6af3cf59ff))
* 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))
* switch to release please ([94f54e1](https://github.com/bgd-labs/aave-address-book/commit/94f54e19795443fd4b00da3199598839634e7c23))

## [2.7.0](https://github.com/bgd-labs/aave-address-book/compare/v2.6.0...v2.7.0) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bgd-labs/aave-address-book",
"version": "2.7.0",
"version": "2.8.0",
"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.",
"private": false,
"files": [
Expand Down

0 comments on commit 3c369f2

Please sign in to comment.