Skip to content

Commit

Permalink
chore(main): release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 12, 2024
1 parent 0b53def commit f503a9b
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.8.3](https://github.com/balancednetwork/balanced-backend/compare/v0.8.2...v0.8.3) (2024-11-12)


### Bug Fixes

* session management connection issue ([0b53def](https://github.com/balancednetwork/balanced-backend/commit/0b53def3d6a2ba818904a17fefa65ed0d371bea5))

## [0.8.2](https://github.com/balancednetwork/balanced-backend/compare/v0.8.1...v0.8.2) (2024-11-11)


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

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

Expand Down

0 comments on commit f503a9b

Please sign in to comment.