Skip to content

Commit

Permalink
Merge pull request #5 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.0
  • Loading branch information
robcxyz authored Mar 23, 2024
2 parents 7df5e3a + b7563fe commit 55bd0a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/sudoblockio/icon-stats/compare/v0.1.3...v0.2.0) (2024-03-23)


### Features

* add addresses to application stats ([a74a43b](https://github.com/sudoblockio/icon-stats/commit/a74a43bf951ec30f5394d9cfa6edaf177a2198d4))
* add all tokens ([43bff60](https://github.com/sudoblockio/icon-stats/commit/43bff60c8fe65501638d33d1282ac4836570d303))
* add ecosystem stats ([60ce15f](https://github.com/sudoblockio/icon-stats/commit/60ce15f4b4b8fbfc872363b9599099c1352d6bd5))
* add previous duration stats columns ([e545106](https://github.com/sudoblockio/icon-stats/commit/e545106e988f9cb39f2ca2d0a8f9cddbb4762c72))
* add statistics ([0861361](https://github.com/sudoblockio/icon-stats/commit/0861361741a8c8f9522387800b5bbaef29a3bc4c))


### Bug Fixes

* add unique address queries ([eb6e637](https://github.com/sudoblockio/icon-stats/commit/eb6e637fd831e80892495ac2d8f4357de10008bf))
* ecosystem stats ([f1ec743](https://github.com/sudoblockio/icon-stats/commit/f1ec7437cf25e0f32db6c524ee165d31add2ce23))
* volumes in tokens ([06d8e31](https://github.com/sudoblockio/icon-stats/commit/06d8e31855226353ff0a1eda195ce1dd142176c7))

## [0.1.3](https://github.com/sudoblockio/icon-stats/compare/v0.1.2...v0.1.3) (2023-10-31)


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

# Exchanges
Expand Down

0 comments on commit 55bd0a9

Please sign in to comment.