Skip to content

Commit

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

chore(main): release 0.3.0
  • Loading branch information
robcxyz authored Mar 21, 2023
2 parents e369a0d + f5e36c8 commit d27809b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/balancednetwork/balanced-backend/compare/v0.2.0...v0.3.0) (2023-03-20)


### Features

* add more method collectors for getTotalCollateralDebt ([62e7ca1](https://github.com/balancednetwork/balanced-backend/commit/62e7ca1fdb4686b2fd69a5852a95d89e15274775))


### Bug Fixes

* add additional where condition in method utils ([e369a0d](https://github.com/balancednetwork/balanced-backend/commit/e369a0df4d00b7abf1eeb959e404c09eef6d2680))

## [0.2.0](https://github.com/balancednetwork/balanced-backend/compare/v0.1.4...v0.2.0) (2023-03-16)


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

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

Expand Down

0 comments on commit d27809b

Please sign in to comment.