diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2766cb91..8a46768c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Grafana Collection Release Notes .. contents:: Topics +v1.3.2 +====== + +Bugfixes +-------- + +- Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208) + v1.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e7be0219..640b04b8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -121,3 +121,11 @@ releases: fragments: - 1.3.1.yml release_date: '2022-02-20' + 1.3.2: + changes: + bugfixes: + - Fix an issue with threema notification channel that was not creating gateway, + recipient and api_secret in Grafana. (#208) + fragments: + - threema.yml + release_date: '2022-02-20' diff --git a/changelogs/fragments/threema.yml b/changelogs/fragments/threema.yml new file mode 100644 index 00000000..1705bb3e --- /dev/null +++ b/changelogs/fragments/threema.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208) diff --git a/galaxy.yml b/galaxy.yml index 29205208..c042f2e1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: grafana -version: 1.3.1 +version: 1.3.2 readme: README.md authors: - RĂ©mi REY (@rrey)