From bb09125ddac270890318314517892aa5edbf6f6e Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Tue, 19 Nov 2024 11:41:59 +0100 Subject: [PATCH] Release v0.5.0 Signed-off-by: Augustin Husson --- README.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f72f08..d8bb1d8 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ You can used the following query parameter to filter the list returned: * **metric_name**: when used, it will trigger a fuzzy search on the metric_name based on the pattern provided. * **used**: when used, will return only the metric used or not (depending on if you set this boolean to true or to false). Leave it empty if you want both. -* **merge_invalid_metrics**: when used, it will use the data from /api/v1/partial_metrics and merge them here. +* **merge_partial_metrics**: when used, it will use the data from /api/v1/partial_metrics and merge them here. ### Partial Metrics diff --git a/VERSION b/VERSION index 1d0ba9e..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0