From 943f1051fa4ae67f6cf614c67b744f2ea4671db7 Mon Sep 17 00:00:00 2001 From: ka3de Date: Mon, 18 Mar 2024 12:03:34 +0100 Subject: [PATCH] Release v0.23.1 (#660) * Expose agent label constants (#606) Signed-off-by: ka3de --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b0a37ee..81b80233f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## [Unreleased] + +## [v0.23.1] - 2024-03-18 + -## [v0.23.0] - 2024-03-13 +## [v0.23.0] - 2024-03-14 ### Experimental - increase max frequency to 1 hour ([#645](https://github.com/grafana/synthetic-monitoring-agent/issues/645)) @@ -572,7 +575,8 @@ ## v0.0.1 - 2020-06-24 -[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.0...HEAD +[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.1...HEAD +[v0.23.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.23.0...v0.23.1 [v0.23.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.22.0...v0.23.0 [v0.22.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.21.0...v0.22.0 [v0.21.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.20.1...v0.21.0