From d776a4259e450ff03171bc436b07cb68b1621b14 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:31:07 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- CHANGELOG.md | 7 +++++++ icon_stats/config.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd17a22..138c23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/sudoblockio/icon-stats/compare/v0.1.2...v0.1.3) (2023-10-31) + + +### Bug Fixes + +* ci build - snub streaming ([202eda1](https://github.com/sudoblockio/icon-stats/commit/202eda199ddf648489a1a655355bbc40806777c4)) + ## [0.1.2](https://github.com/sudoblockio/icon-stats/compare/v0.1.1...v0.1.2) (2023-10-31) diff --git a/icon_stats/config.py b/icon_stats/config.py index 0648068..c64d328 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.2" # x-release-please-version + VERSION: str = "v0.1.3" # x-release-please-version NETWORK_NAME: str = "mainnet" # Exchanges