From 8b2fc7e207027b2786648d5ebec3a36b5c324424 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 13 Nov 2020 11:11:20 +0300 Subject: [PATCH] Update change log --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dcfbe3..badd988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [4.0.2] - 2020-11-13 +### Fixed +- Query mode Text returns no data for last value, , [#1062](https://github.com/alexanderzobnin/grafana-zabbix/issues/1062) +- Able to configure API request timeout, [#1046](https://github.com/alexanderzobnin/grafana-zabbix/issues/1046) +- Support basic auth for backend requests, [#1048](https://github.com/alexanderzobnin/grafana-zabbix/issues/1048) +- Problems: fix empty problems list when null value used as a filter +- Problems: fix long item values displaying + ## [4.0.1] - 2020-09-02 ### Fixed - Plugin is not signed, [#1038](https://github.com/alexanderzobnin/grafana-zabbix/issues/1038)