Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: price-feeder v1.0.0 #1423

Merged
merged 1 commit into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ pull_request_rules:
branches:
- release/v3.x.x

- name: Backport patches to the release/price-feeder/v0.3.x branch
- name: Backport patches to the release/price-feeder/v1.x.x branch
conditions:
- base=main
- label=S:backport/price-feeder/v0.3.x
- label=S:backport/price-feeder/v1.x.x
actions:
backport:
branches:
- release/price-feeder/v0.3.x
- release/price-feeder/v1.x.x
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Umee will allow a multitude of decentralized debt products.
- [Public](#public)
- [Private](#private)
- [Install](#install)
- [Swagger](#swagger)

## Releases

Expand All @@ -42,7 +43,7 @@ See [Release procedure](CONTRIBUTING.md#release-procedure) for more information
| v0.8.x | ✗ | ✓ | v0.45.x | v2.0.x | v0.2.x | v0.1.x | |
| v1.x.x | ✓ | ✗ | v0.45.x | v2.0.x | v0.2.x | N/A | umee/v1 module/v1.4.x-umee |
| v2.x.x | ✗ | ✓ | v0.45.x | v2.3.x | v0.2.x | v0.2.x | umee/v2 module/v1.4.x |
| v3.x.x | ✓ | ✗ | v0.46.x | v5.0.x | v1.0.x | v0.3.x | umee/v3 module/v1.5.x-umee |
| v3.x.x | ✓ | ✗ | v0.46.x | v5.0.x | v1.0.x | v1.0.x | umee/v3 module/v1.5.x-umee |

## Active Networks

Expand Down
2 changes: 2 additions & 0 deletions price-feeder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v1.0.0](https://github.com/umee-network/umee/releases/tag/price-feeder%2Fv1.0.0) - 2022-09-19

### Features

- [1328](https://github.com/umee-network/umee/pull/1328) Add bitget provider.
Expand Down