Skip to content

Commit

Permalink
Merge pull request #50 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.10.4
  • Loading branch information
shreyasbhat0 authored Oct 11, 2024
2 parents 994a260 + b7a8bd4 commit 868a9ea
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.4](https://github.com/sudoblockio/icon-governance/compare/v0.10.3...v0.10.4) (2024-10-11)


### Bug Fixes

* capitalise router tags ([994a260](https://github.com/sudoblockio/icon-governance/commit/994a260770bf69af18a6c27c7ad1c56e1be25038))

## [0.10.3](https://github.com/sudoblockio/icon-governance/compare/v0.10.2...v0.10.3) (2024-10-06)


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.3" # x-release-please-version
VERSION: str = "v0.10.4" # x-release-please-version

NETWORK_NAME: str = "mainnet"

Expand Down

0 comments on commit 868a9ea

Please sign in to comment.