Skip to content

Commit

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

chore(main): release 0.3.2
  • Loading branch information
robcxyz authored Mar 22, 2023
2 parents 56cec88 + 544715e commit 45beeea
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.2](https://github.com/balancednetwork/balanced-backend/compare/v0.3.1...v0.3.2) (2023-03-22)


### Bug Fixes

* sorting of method endpoint ([56cec88](https://github.com/balancednetwork/balanced-backend/commit/56cec88807f4cb5154b950bf87507eae5e2fa257))

## [0.3.1](https://github.com/balancednetwork/balanced-backend/compare/v0.3.0...v0.3.1) (2023-03-21)


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

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

Expand Down

0 comments on commit 45beeea

Please sign in to comment.