From 5c28fb22e2c7db3a2249628a7d986853636cb206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:43:00 +0000 Subject: [PATCH] chore(main): release 0.2.3 --- CHANGELOG.md | 7 +++++++ icon_contracts/config.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c54f4f..c6822d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/sudoblockio/icon-contracts/compare/v0.2.2...v0.2.3) (2024-10-11) + + +### Bug Fixes + +* capitalise router tags ([141493b](https://github.com/sudoblockio/icon-contracts/commit/141493b394078591839c93e1e252caab74631c05)) + ## [0.2.2](https://github.com/sudoblockio/icon-contracts/compare/v0.2.1...v0.2.2) (2024-10-07) diff --git a/icon_contracts/config.py b/icon_contracts/config.py index 52d0790..9a21be3 100644 --- a/icon_contracts/config.py +++ b/icon_contracts/config.py @@ -5,7 +5,7 @@ class Settings(BaseSettings): NAME: str = "contracts" - VERSION: str = "v0.2.2" # x-release-please-version + VERSION: str = "v0.2.3" # x-release-please-version NETWORK_NAME: str = "mainnet" # Ports diff --git a/setup.py b/setup.py index 66fd148..28ce2d9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="vaults-etl", - version="0.2.2", + version="0.2.3", author="Geometry Labs, Inc.", license="CLOSED", python_requires=">=3.6",