From 8cd386cbfd6b71c96466a136ceaed78357f0c51c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:15:21 +0000 Subject: [PATCH] chore(main): release 0.2.5 --- CHANGELOG.md | 7 +++++++ icon_stats/config.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e012b0..80a573d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/sudoblockio/icon-stats/compare/v0.2.4...v0.2.5) (2024-10-18) + + +### Bug Fixes + +* server url for openapi spec ([342fd7b](https://github.com/sudoblockio/icon-stats/commit/342fd7bfc9d6947596c9977633a9612008b72bd4)) + ## [0.2.4](https://github.com/sudoblockio/icon-stats/compare/v0.2.3...v0.2.4) (2024-10-11) diff --git a/icon_stats/config.py b/icon_stats/config.py index c8aa20d..85a285f 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.4" # x-release-please-version + VERSION: str = "v0.2.5" # x-release-please-version NETWORK_NAME: str = "mainnet" # Exchanges