Skip to content

Commit

Permalink
Merge pull request #38 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.7.4
  • Loading branch information
robcxyz authored Feb 2, 2024
2 parents 19dda0b + a792e93 commit e9ab752
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.7.4](https://github.com/sudoblockio/icon-governance/compare/v0.7.3...v0.7.4) (2024-02-02)


### Bug Fixes

* conditional on jail flag for rewards ([19dda0b](https://github.com/sudoblockio/icon-governance/commit/19dda0b021d28bb36f0bd693df6049c3ed527762))

## [0.7.3](https://github.com/sudoblockio/icon-governance/compare/v0.7.2...v0.7.3) (2024-02-02)


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

NETWORK_NAME: str = "mainnet"

Expand Down

0 comments on commit e9ab752

Please sign in to comment.