Skip to content

Commit

Permalink
chore(main): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 23, 2024
1 parent ad96e02 commit c81cdb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit c81cdb9

Please sign in to comment.