Skip to content

Commit

Permalink
Merge pull request #2 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.1.1
  • Loading branch information
robcxyz authored Oct 31, 2023
2 parents c44561c + 2079d3f commit ef15074
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion icon_stats/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef15074

Please sign in to comment.