Skip to content

Commit

Permalink
Merge pull request #14 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.5
  • Loading branch information
shreyasbhat0 authored Oct 18, 2024
2 parents 342fd7b + 8cd386c commit 03d7b16
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.2.5](https://github.com/sudoblockio/icon-stats/compare/v0.2.4...v0.2.5) (2024-10-18)


### Bug Fixes

* server url for openapi spec ([342fd7b](https://github.com/sudoblockio/icon-stats/commit/342fd7bfc9d6947596c9977633a9612008b72bd4))

## [0.2.4](https://github.com/sudoblockio/icon-stats/compare/v0.2.3...v0.2.4) (2024-10-11)


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.4" # x-release-please-version
VERSION: str = "v0.2.5" # x-release-please-version
NETWORK_NAME: str = "mainnet"

# Exchanges
Expand Down

0 comments on commit 03d7b16

Please sign in to comment.