From 0aa00144862c7b14ca4b11e751a0038ef9731afe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:24:48 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- CHANGELOG.md | 7 +++++++ icon_stats/config.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bddbf47..dd17a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/sudoblockio/icon-stats/compare/v0.1.1...v0.1.2) (2023-10-31) + + +### Bug Fixes + +* ci build issue in release ([6d7ef62](https://github.com/sudoblockio/icon-stats/commit/6d7ef623e2d298379304c8f7053d9ae480118532)) + ## [0.1.1](https://github.com/sudoblockio/icon-stats/compare/v0.1.0...v0.1.1) (2023-10-31) diff --git a/icon_stats/config.py b/icon_stats/config.py index 897ef09..0648068 100644 --- a/icon_stats/config.py +++ b/icon_stats/config.py @@ -9,7 +9,7 @@ class Settings(BaseSettings): # General NAME: str = "stats" - VERSION: str = "v0.1.1" # x-release-please-version + VERSION: str = "v0.1.2" # x-release-please-version NETWORK_NAME: str = "mainnet" # Exchanges