Skip to content

Commit

Permalink
Merge pull request #47 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.10.1
  • Loading branch information
robcxyz authored Sep 4, 2024
2 parents ad0be77 + 3d8b258 commit 40286c4
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.1](https://github.com/sudoblockio/icon-governance/compare/v0.10.0...v0.10.1) (2024-09-04)


### Bug Fixes

* rm code cov in ci ([ad0be77](https://github.com/sudoblockio/icon-governance/commit/ad0be77c45cbe060d1206f45d65d802e677fa746))

## [0.10.0](https://github.com/sudoblockio/icon-governance/compare/v0.9.0...v0.10.0) (2024-09-03)


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

NETWORK_NAME: str = "mainnet"

Expand Down

0 comments on commit 40286c4

Please sign in to comment.