From 06530b4c7c92f8611e82dc2a7b9fcda9cae3e550 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 25 May 2020 10:13:53 +0300 Subject: [PATCH] Update change log --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01a1db..b9641ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.12.1] - 2020-05-25 +### Fixed +- Problems: panel fails with error (cannot read property 'description' of undefined), [#954](https://github.com/alexanderzobnin/grafana-zabbix/issues/954) +- Problems: problem name filter doesn't work, [#962](https://github.com/alexanderzobnin/grafana-zabbix/issues/962) +- Problems: acknowledged filter doesn't work, [#961](https://github.com/alexanderzobnin/grafana-zabbix/issues/961) + ## [3.12.0] - 2020-05-21 ### Added - Variables: able to query item values, [#417](https://github.com/alexanderzobnin/grafana-zabbix/issues/417)