diff --git a/CHANGELOG.md b/CHANGELOG.md index dfabdc8..dd00f45 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. +## [3.23.0](https://github.com/lemonadesocial/lemonade-marketplace-subgraph/compare/v3.22.0...v3.23.0) (2024-02-01) + + +### Features + +* add arbitrum sepolia and sepolia chains ([fbaa904](https://github.com/lemonadesocial/lemonade-marketplace-subgraph/commit/fbaa904276c21b24ec9b8e3567ad2bcaa45c3a50)) + ## [3.22.0](https://github.com/lemonadesocial/lemonade-marketplace-subgraph/compare/v3.21.0...v3.22.0) (2023-08-10) diff --git a/package.json b/package.json index 285730f..ae0d5b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lemonade-marketplace-subgraph", - "version": "3.22.0", + "version": "3.23.0", "scripts": { "manifest": "sh scripts/manifest.sh", "codegen": "graph codegen",