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