diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c494e6..b8e7bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/sudoblockio/icon-stats/compare/v0.2.0...v0.2.1) (2024-03-23) + + +### Bug Fixes + +* prev in various queries ([f59b36f](https://github.com/sudoblockio/icon-stats/commit/f59b36f3716a17b141982b14aee2dad9ad80141f)) +* sleep forver on testnets cron ([ad96e02](https://github.com/sudoblockio/icon-stats/commit/ad96e025ced137fa01f67417a9509e3a97cd41d8)) + ## [0.2.0](https://github.com/sudoblockio/icon-stats/compare/v0.1.3...v0.2.0) (2024-03-23) diff --git a/icon_stats/config.py b/icon_stats/config.py index 20c5b79..972c78e 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.0" # x-release-please-version + VERSION: str = "v0.2.1" # x-release-please-version NETWORK_NAME: str = "mainnet" # Exchanges