From 6b9b94b41052de61e7e9b5a348a82799d809e7d4 Mon Sep 17 00:00:00 2001 From: "Marcelo E. Magallon" Date: Wed, 23 Nov 2022 16:25:44 -0600 Subject: [PATCH] Release v0.11.1 * Fix: WANTED_OSES / WANTED_ARCHES was removed, use PLATFORMS * Fix: update MTR package * Display short changelog when release is called without arguments Signed-off-by: Marcelo E. Magallon --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15d894b..a65d6a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ ## [Unreleased] + +## [v0.11.1] - 2022-11-23 +### Fix +- WANTED_OSES / WANTED_ARCHES was removed, use PLATFORMS +- update MTR package + + -## [v0.11.0] - 2022-11-14 +## [v0.11.0] - 2022-11-17 ### Fix - set up backoffer to adhoc handler ([#363](https://github.com/grafana/synthetic-monitoring-agent/issues/363)) @@ -347,7 +354,8 @@ ## v0.0.1 - 2020-06-24 -[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.1...HEAD +[v0.11.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.0...v0.11.1 [v0.11.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.2...v0.11.0 [v0.10.2]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.1...v0.10.2 [v0.10.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.0...v0.10.1