From 67fc85c99e77799137db390b21965394507fe5b3 Mon Sep 17 00:00:00 2001 From: "Marcelo E. Magallon" Date: Thu, 20 Jan 2022 16:28:47 -0600 Subject: [PATCH] Release v0.5.0 * Feature: increase maximum number of user labels * Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 * Add test for scraper collectData method * Enforce go.sum being up-to-date * Bump github.com/miekg/dns from 1.1.43 to 1.1.45 * Bump github.com/rs/zerolog from 1.26.0 to 1.26.1 * Bump github.com/rs/zerolog from 1.26.0 to 1.26.1 Signed-off-by: Marcelo E. Magallon --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae3156af..b239482e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] + +## [v0.5.0] - 2022-01-20 +### Feature +- increase maximum number of user labels + + ## [v0.4.1] - 2021-12-02 ### Fix @@ -221,7 +227,8 @@ ## v0.0.1 - 2020-06-24 -[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.5.0...HEAD +[v0.5.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.4.1...v0.5.0 [v0.4.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.4.0...v0.4.1 [v0.4.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.3.3...v0.4.0 [v0.3.3]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.3.2...v0.3.3