From 856c6d5302d5f05b62693feb062e2b5c70f3b941 Mon Sep 17 00:00:00 2001 From: Michael Derynck Date: Fri, 17 Jun 2022 10:23:38 -0600 Subject: [PATCH] Update changelog for v1.0.2 (#107) --- CHANGELOG.md | 11 ++++++++++- grafana-plugin/CHANGELOG.md | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8893332cb3..6711b92ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.2 (2022-06-17) + +- Fix Grafana Alerting integration to handle API changes in Grafana 9 +- Improve public api endpoint for for outgoing webhooks (/actions) by adding ability to create, update and delete outgoing webhook instance + +## 1.0.0 (2022-06-14) + +- First Public Release + ## 0.0.71 (2022-06-06) -- Initial Release \ No newline at end of file +- Initial Commit Release \ No newline at end of file diff --git a/grafana-plugin/CHANGELOG.md b/grafana-plugin/CHANGELOG.md index 8893332cb3..e48e4082ef 100644 --- a/grafana-plugin/CHANGELOG.md +++ b/grafana-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.2 (2022-06-17) + +- Fix Grafana Alerting integration to handle API changes in Grafana 9 +- Improve public API endpoint for outgoing webhooks (/actions) by adding ability to create, update and delete + +## 1.0.0 (2022-06-14) + +- First Public Release + ## 0.0.71 (2022-06-06) -- Initial Release \ No newline at end of file +- Initial Commit Release \ No newline at end of file