diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b07d1..89ecc7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/sudoblockio/icon-contracts/compare/v0.2.4...v0.2.5) (2024-10-14) + + +### Bug Fixes + +* ci release ([661a3e3](https://github.com/sudoblockio/icon-contracts/commit/661a3e35db9f8fbdbf56b924b66466944112a872)) + ## [0.2.4](https://github.com/sudoblockio/icon-contracts/compare/v0.2.3...v0.2.4) (2024-10-14) diff --git a/icon_contracts/config.py b/icon_contracts/config.py index 079cfc0..fd6a9a5 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.4" # x-release-please-version + VERSION: str = "v0.2.5" # x-release-please-version NETWORK_NAME: str = "mainnet" # Ports diff --git a/setup.py b/setup.py index 263ef97..03dee26 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="vaults-etl", - version="0.2.4", + version="0.2.5", author="Geometry Labs, Inc.", license="CLOSED", python_requires=">=3.6",