From 753797a11b0dc0045d686bbb499935701c9f5ec1 Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Thu, 6 Jun 2024 16:29:50 +0300 Subject: [PATCH] update changelog for v0.15.6 --- grid-proxy/CHANGELOG.md | 10 ++++++++++ grid-proxy/charts/gridproxy/Chart.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/grid-proxy/CHANGELOG.md b/grid-proxy/CHANGELOG.md index 8af9bd2e7..84c313727 100644 --- a/grid-proxy/CHANGELOG.md +++ b/grid-proxy/CHANGELOG.md @@ -12,6 +12,16 @@ Check `/version` on any instance to know the version. ## Releases +### v0.15.6 + +--- + +- `fix` re calc node_contracts_count on the trigger instead of inc/dec +- `feat` add node_has_ipv6 filter to farms endpoint +- `feat` add twin consumption endpoint +- `feat` add `node_ids` filter to filter by list of node ids +- `feat` exclude extra-feed nodes from `available_for` + ### v0.15.4 --- diff --git a/grid-proxy/charts/gridproxy/Chart.yaml b/grid-proxy/charts/gridproxy/Chart.yaml index 8916e0146..119776c6f 100644 --- a/grid-proxy/charts/gridproxy/Chart.yaml +++ b/grid-proxy/charts/gridproxy/Chart.yaml @@ -20,6 +20,6 @@ version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.15.5 +appVersion: 0.15.6 # make sure to update the changelog with the changes in this release