From 4104e28e6a185c8cbfc12bb9eae449eec1475618 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:06:57 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 8 ++++++++ icon_stats/config.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e7bde..266bfd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/sudoblockio/icon-stats/compare/v0.2.1...v0.2.2) (2024-10-06) + + +### Bug Fixes + +* add tags on router ([dbca0f4](https://github.com/sudoblockio/icon-stats/commit/dbca0f4d58855ea5856053df928a67d0e9470966)) +* remove endpoint balanced ([70e4043](https://github.com/sudoblockio/icon-stats/commit/70e4043c01db0991d5f640e1db30760e0c28f067)) + ## [0.2.1](https://github.com/sudoblockio/icon-stats/compare/v0.2.0...v0.2.1) (2024-03-23) diff --git a/icon_stats/config.py b/icon_stats/config.py index 51458a8..b984fb6 100644 --- a/icon_stats/config.py +++ b/icon_stats/config.py @@ -11,7 +11,7 @@ class Settings(BaseSettings): # General NAME: str = "stats" - VERSION: str = "v0.2.1" # x-release-please-version + VERSION: str = "v0.2.2" # x-release-please-version NETWORK_NAME: str = "mainnet" # Exchanges