Skip to content

Commit

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

chore(main): release 0.8.3
  • Loading branch information
robcxyz authored Nov 13, 2024
2 parents b7c1423 + f503a9b commit 76ba162
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 76ba162

Please sign in to comment.