Skip to content

Commit

Permalink
Merge pull request #48 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.10.2
  • Loading branch information
robcxyz authored Oct 6, 2024
2 parents be6875c + 98e58e8 commit 9f1464c
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.10.2](https://github.com/sudoblockio/icon-governance/compare/v0.10.1...v0.10.2) (2024-10-06)


### Bug Fixes

* add tags to fastapi router and fix function names ([be6875c](https://github.com/sudoblockio/icon-governance/commit/be6875c318a5d3bef0c1221a988dbdf5fcec9a0c))

## [0.10.1](https://github.com/sudoblockio/icon-governance/compare/v0.10.0...v0.10.1) (2024-09-04)


Expand Down
2 changes: 1 addition & 1 deletion icon_governance/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Settings(BaseSettings):
NAME: str = "governance"
VERSION: str = "v0.10.1" # x-release-please-version
VERSION: str = "v0.10.2" # x-release-please-version

NETWORK_NAME: str = "mainnet"

Expand Down

0 comments on commit 9f1464c

Please sign in to comment.