Skip to content

Commit

Permalink
Merge pull request #46 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.10.0
  • Loading branch information
robcxyz authored Sep 3, 2024
2 parents f620f0b + 9ad1187 commit d81d2bf
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.10.0](https://github.com/sudoblockio/icon-governance/compare/v0.9.0...v0.10.0) (2024-09-03)


### Features

* update bondRequirementRate per rev28 for mainnet ([bae3878](https://github.com/sudoblockio/icon-governance/commit/bae387845a3e12b4a623ea3a07ebe36bef4ae3b1))


### Bug Fixes

* apy_time endpoint - limit to 100 due to timeout ([f620f0b](https://github.com/sudoblockio/icon-governance/commit/f620f0b9aaa745315203b9be0965ec767ef2cd3c))
* release ([475bf59](https://github.com/sudoblockio/icon-governance/commit/475bf5970d63999ebeddbad24b3e4dca1048ff35))

## [0.9.0](https://github.com/sudoblockio/icon-governance/compare/v0.8.1...v0.9.0) (2024-08-14)


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

NETWORK_NAME: str = "mainnet"

Expand Down

0 comments on commit d81d2bf

Please sign in to comment.