Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 25, 2024
1 parent e7d9cbe commit bbfdaaa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.6.0](https://github.com/balancednetwork/balanced-backend/compare/v0.5.5...v0.6.0) (2024-06-25)


### Features

* add implied pool prices chart ([7a2c735](https://github.com/balancednetwork/balanced-backend/commit/7a2c735f9d2976edd21c6c0c7b1ac134705c6428))
* add new collateral tokens ([ce9bab4](https://github.com/balancednetwork/balanced-backend/commit/ce9bab4017ca8c93da213077a215f4891a25a8c4))
* add savings rate deposit series [#45](https://github.com/balancednetwork/balanced-backend/issues/45) ([10d77d1](https://github.com/balancednetwork/balanced-backend/commit/10d77d1e2490a57834ed9f7fbcfdc04bd6c41eee))
* mark tokens as stable [#47](https://github.com/balancednetwork/balanced-backend/issues/47) ([2efad23](https://github.com/balancednetwork/balanced-backend/commit/2efad23c8385fba629b56992171ae2e13c27c175))


### Bug Fixes

* add back the collateral method addresses ([1594877](https://github.com/balancednetwork/balanced-backend/commit/1594877e99a138a5cd3428484207d2409d497a9c))
* db init function ([e7d9cbe](https://github.com/balancednetwork/balanced-backend/commit/e7d9cbeb950ab69075ded4c639416e0eed9b11c0))
* enable coingecko ([69a0c33](https://github.com/balancednetwork/balanced-backend/commit/69a0c3366e538f81513de31b5bd15f6570535852))

## [0.5.5](https://github.com/balancednetwork/balanced-backend/compare/v0.5.4...v0.5.5) (2024-06-05)


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

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

Expand Down

0 comments on commit bbfdaaa

Please sign in to comment.