From 2079d3f291c2ceda2f79046b9ff44312a24e8fc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 04:48:06 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 7 +++++++ icon_stats/config.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bc197..bddbf47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/sudoblockio/icon-stats/compare/v0.1.0...v0.1.1) (2023-10-31) + + +### Bug Fixes + +* update docker container - marker commit for prod release ([d2285b0](https://github.com/sudoblockio/icon-stats/commit/d2285b093191a12879329ec0214d41f170b900c4)) + ## 0.1.0 (2023-10-30) diff --git a/icon_stats/config.py b/icon_stats/config.py index 8b78820..897ef09 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.0" # x-release-please-version + VERSION: str = "v0.1.1" # x-release-please-version NETWORK_NAME: str = "mainnet" # Exchanges