Skip to content

Commit

Permalink
Merge pull request #50 from balancednetwork/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main

chore(main): release 0.5.4
  • Loading branch information
robcxyz authored Jun 5, 2024
2 parents fbe404c + cfa7c3b commit 0b26b28
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.5.4](https://github.com/balancednetwork/balanced-backend/compare/v0.5.3...v0.5.4) (2024-06-05)


### Bug Fixes

* release ([fbe404c](https://github.com/balancednetwork/balanced-backend/commit/fbe404c200bb22da6024827271f389da8708e058))

## [0.5.3](https://github.com/balancednetwork/balanced-backend/compare/v0.5.2...v0.5.3) (2024-05-26)


Expand Down
2 changes: 1 addition & 1 deletion balanced_backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Settings(BaseSettings):
NAME: str = "balanced-backend"
NETWORK_NAME: str = "mainnet" # Not used?
VERSION: str = "v0.5.3" # x-release-please-version
VERSION: str = "v0.5.4" # x-release-please-version

CHAIN_ID: int = 1 # 1 mainnet, 2 sejong, 7 lisbon

Expand Down

0 comments on commit 0b26b28

Please sign in to comment.