diff --git a/grid-proxy/CHANGELOG.md b/grid-proxy/CHANGELOG.md index 3c0cffd87..ceb162517 100644 --- a/grid-proxy/CHANGELOG.md +++ b/grid-proxy/CHANGELOG.md @@ -12,6 +12,15 @@ Check `/version` on any instance to know the version. ## Releases +### v0.15.1 + +--- + +- `feat` add has_ipv6 indexer +- `feat` allow filtering with array of contract states +- `feat` filter nodes with num_gpu +- `feat` sorting nodes with free_cru + ### v0.15.0 --- diff --git a/grid-proxy/charts/gridproxy/Chart.yaml b/grid-proxy/charts/gridproxy/Chart.yaml index c93de43ea..de0f44597 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.0 +appVersion: 0.15.1 # make sure to update the changelog with the changes in this release