Skip to content

Commit

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

## [0.8.0](https://github.com/sudoblockio/icon-governance/compare/v0.7.6...v0.8.0) (2024-03-23)


### Features

* add commission time stats ([5625dad](https://github.com/sudoblockio/icon-governance/commit/5625dad4417875c2a9e7eea1356bb41be7eb88b6))


### Bug Fixes

* update apy time with average commission rate for iiss4 ([a7dbf37](https://github.com/sudoblockio/icon-governance/commit/a7dbf375f9c5c5def79a15251ba57e81fbc8fda0))
* wage with default in table ([842a0d3](https://github.com/sudoblockio/icon-governance/commit/842a0d383c1c8eaf8c6ccb29b8dc6e03c322efd1))

## [0.7.6](https://github.com/sudoblockio/icon-governance/compare/v0.7.5...v0.7.6) (2024-03-11)


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

NETWORK_NAME: str = "mainnet"

Expand Down

0 comments on commit ee4b1c6

Please sign in to comment.