File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.3] ( https://github.com/balancednetwork/balanced-backend/compare/v0.8.2...v0.8.3 ) (2024-11-12)
4+
5+
6+ ### Bug Fixes
7+
8+ * session management connection issue ([ 0b53def] ( https://github.com/balancednetwork/balanced-backend/commit/0b53def3d6a2ba818904a17fefa65ed0d371bea5 ) )
9+
310## [ 0.8.2] ( https://github.com/balancednetwork/balanced-backend/compare/v0.8.1...v0.8.2 ) (2024-11-11)
411
512
Original file line number Diff line number Diff line change 1111class Settings (BaseSettings ):
1212 NAME : str = "balanced-backend"
1313 NETWORK_NAME : str = "mainnet" # Not used?
14- VERSION : str = "v0.8.2 " # x-release-please-version
14+ VERSION : str = "v0.8.3 " # x-release-please-version
1515
1616 CHAIN_ID : int = 1 # 1 mainnet, 2 sejong, 7 lisbon
1717
You can’t perform that action at this time.
0 commit comments