Skip to content

Commit

Permalink
Merge pull request #60 from balancednetwork/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main
  • Loading branch information
robcxyz authored Jul 20, 2024
2 parents 7b8f5a3 + e8f1d07 commit 2cab01f
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.6.3](https://github.com/balancednetwork/balanced-backend/compare/v0.6.2...v0.6.3) (2024-07-19)


### Bug Fixes

* add another exception handler to make sure it crashes if there is any connection issue on session creation ([7b8f5a3](https://github.com/balancednetwork/balanced-backend/commit/7b8f5a37ecd3ea63eeb7302916ee158a5cbf2209))

## [0.6.2](https://github.com/balancednetwork/balanced-backend/compare/v0.6.1...v0.6.2) (2024-07-04)


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

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

Expand Down

0 comments on commit 2cab01f

Please sign in to comment.