Skip to content

Commit

Permalink
Merge pull request #6 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.1
  • Loading branch information
robcxyz authored Mar 24, 2024
2 parents 5853962 + c81cdb9 commit ed4cc29
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 ed4cc29

Please sign in to comment.