From 845f5a9e1aad80f14c15e83c594b699c71e0475d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:00:50 +0000 Subject: [PATCH] chore(main): release 0.10.5 --- CHANGELOG.md | 7 +++++++ icon_governance/config.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72927f..8f4415d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.5](https://github.com/sudoblockio/icon-governance/compare/v0.10.4...v0.10.5) (2024-10-14) + + +### Bug Fixes + +* ci runner image version ([79e9626](https://github.com/sudoblockio/icon-governance/commit/79e9626f4b191266e2a3ec86ae801525558aeef9)) + ## [0.10.4](https://github.com/sudoblockio/icon-governance/compare/v0.10.3...v0.10.4) (2024-10-11) diff --git a/icon_governance/config.py b/icon_governance/config.py index 450c170..629768a 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.4" # x-release-please-version + VERSION: str = "v0.10.5" # x-release-please-version NETWORK_NAME: str = "mainnet"