Skip to content

Commit

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

chore(main): release 0.3.3
  • Loading branch information
robcxyz authored Mar 28, 2023
2 parents 3c6434d + 83e93f4 commit b15c392
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.3.3](https://github.com/balancednetwork/balanced-backend/compare/v0.3.2...v0.3.3) (2023-03-24)


### Bug Fixes

* pkeys in daily historicals deleting records ([3c6434d](https://github.com/balancednetwork/balanced-backend/commit/3c6434da750db62dbbc40d814d144b7f3d630227))

## [0.3.2](https://github.com/balancednetwork/balanced-backend/compare/v0.3.1...v0.3.2) (2023-03-22)


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

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

Expand Down

0 comments on commit b15c392

Please sign in to comment.