Skip to content

Commit

Permalink
chore(main): release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 6, 2024
1 parent dbca0f4 commit 4104e28
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.2](https://github.com/sudoblockio/icon-stats/compare/v0.2.1...v0.2.2) (2024-10-06)


### Bug Fixes

* add tags on router ([dbca0f4](https://github.com/sudoblockio/icon-stats/commit/dbca0f4d58855ea5856053df928a67d0e9470966))
* remove endpoint balanced ([70e4043](https://github.com/sudoblockio/icon-stats/commit/70e4043c01db0991d5f640e1db30760e0c28f067))

## [0.2.1](https://github.com/sudoblockio/icon-stats/compare/v0.2.0...v0.2.1) (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.1" # x-release-please-version
VERSION: str = "v0.2.2" # x-release-please-version
NETWORK_NAME: str = "mainnet"

# Exchanges
Expand Down

0 comments on commit 4104e28

Please sign in to comment.