From 3f4a72335ab23222eee4465eee8a0fb58c0f9471 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 27 Sep 2021 17:33:33 +0300 Subject: [PATCH] Update change log --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1341198..c27cd78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [4.2.4] - 2021-09-27 + +### Fixed + +- Time series is cut on certain conditions, [#1309](https://github.com/alexanderzobnin/grafana-zabbix/issues/1309) +- groupBy/aggregateBy handles interval improperly, [#1310](https://github.com/alexanderzobnin/grafana-zabbix/issues/1310) +- `top()` function returns incorrect set of series, [#1313](https://github.com/alexanderzobnin/grafana-zabbix/issues/1313) +- Some data alignment/stacking issues + ## [4.2.3] - 2021-09-21 ### Fixed