diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b158c43..ffd14bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.23.0](https://github.com/bgd-labs/aave-address-book/compare/v1.22.0...v1.23.0) (2023-04-26) + + +### Features + +* metis ([#120](https://github.com/bgd-labs/aave-address-book/issues/120)) ([9961128](https://github.com/bgd-labs/aave-address-book/commit/9961128857066c1cd1b5d906e7a334bd907e2729)) + ## [1.22.0](https://github.com/bgd-labs/aave-address-book/compare/v1.21.0...v1.22.0) (2023-04-24) diff --git a/package.json b/package.json index ef89863a..b3b43547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-address-book", - "version": "1.22.0", + "version": "1.23.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.", "directories": { "lib": "lib"