Skip to content

Commit

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

chore(main): release 0.3.5
  • Loading branch information
robcxyz authored May 9, 2023
2 parents c13374c + c8088ca commit 83d8a30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.5](https://github.com/balancednetwork/balanced-backend/compare/v0.3.4...v0.3.5) (2023-05-09)


### Bug Fixes

* switch order of series to newest to oldest ([851d726](https://github.com/balancednetwork/balanced-backend/commit/851d726fb37b280b77e8f96906993ee0f45fbadc))
* switch order of series to oldest to newest ([c13374c](https://github.com/balancednetwork/balanced-backend/commit/c13374c5ed6d0919e8ca766880b0428ba301c33b))

## [0.3.4](https://github.com/balancednetwork/balanced-backend/compare/v0.3.3...v0.3.4) (2023-05-09)


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

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

Expand Down

0 comments on commit 83d8a30

Please sign in to comment.