diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f7568..dd08e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/sudoblockio/icon-governance/compare/v0.10.1...v0.10.2) (2024-10-06) + + +### Bug Fixes + +* add tags to fastapi router and fix function names ([be6875c](https://github.com/sudoblockio/icon-governance/commit/be6875c318a5d3bef0c1221a988dbdf5fcec9a0c)) + ## [0.10.1](https://github.com/sudoblockio/icon-governance/compare/v0.10.0...v0.10.1) (2024-09-04) diff --git a/icon_governance/config.py b/icon_governance/config.py index 1b8dc61..db25ad2 100644 --- a/icon_governance/config.py +++ b/icon_governance/config.py @@ -5,7 +5,7 @@ class Settings(BaseSettings): NAME: str = "governance" - VERSION: str = "v0.10.1" # x-release-please-version + VERSION: str = "v0.10.2" # x-release-please-version NETWORK_NAME: str = "mainnet"