Skip to content

Commit

Permalink
Merge pull request #45 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz authored Aug 14, 2024
2 parents d4ebd00 + daa1b95 commit 021ad1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add sort on preps endpoint [#44](https://github.com/sudoblockio/icon-governance/issues/44) ([16ffd87](https://github.com/sudoblockio/icon-governance/commit/16ffd871a0ce8f71994b67f0bce737b43cc3c459))


### Bug Fixes

* recalculate bond % with new bond requirment rate ([acc78b6](https://github.com/sudoblockio/icon-governance/commit/acc78b69a3d6039b31c644225f457b35dac5a745))

## [0.8.1](https://github.com/sudoblockio/icon-governance/compare/v0.8.0...v0.8.1) (2024-04-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.8.1" # x-release-please-version
VERSION: str = "v0.9.0" # x-release-please-version

NETWORK_NAME: str = "mainnet"

Expand Down

0 comments on commit 021ad1e

Please sign in to comment.