From b2e77bf2cbfdc85509ef92eb46bea08ac16f8f2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:40:05 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 13 +++++++++++++ icon_governance/config.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd81f19..d304462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.0](https://github.com/sudoblockio/icon-governance/compare/v0.7.6...v0.8.0) (2024-03-23) + + +### Features + +* add commission time stats ([5625dad](https://github.com/sudoblockio/icon-governance/commit/5625dad4417875c2a9e7eea1356bb41be7eb88b6)) + + +### Bug Fixes + +* update apy time with average commission rate for iiss4 ([a7dbf37](https://github.com/sudoblockio/icon-governance/commit/a7dbf375f9c5c5def79a15251ba57e81fbc8fda0)) +* wage with default in table ([842a0d3](https://github.com/sudoblockio/icon-governance/commit/842a0d383c1c8eaf8c6ccb29b8dc6e03c322efd1)) + ## [0.7.6](https://github.com/sudoblockio/icon-governance/compare/v0.7.5...v0.7.6) (2024-03-11) diff --git a/icon_governance/config.py b/icon_governance/config.py index aeb6a7f..b6bf043 100644 --- a/icon_governance/config.py +++ b/icon_governance/config.py @@ -5,7 +5,7 @@ class Settings(BaseSettings): NAME: str = "governance" - VERSION: str = "v0.7.6" # x-release-please-version + VERSION: str = "v0.8.0" # x-release-please-version NETWORK_NAME: str = "mainnet"