From 98e58e85f113d83b657e459885151d34b734d21c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:50:36 +0000 Subject: [PATCH] chore(main): release 0.10.2 --- CHANGELOG.md | 7 +++++++ icon_governance/config.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"