diff --git a/CHANGELOG.md b/CHANGELOG.md index 768b8cb..283f717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v2.0.2](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.2) (2023-04-06) +**Fixes** +- Removed unused old hook reference +- Removed border in iframe mode + +## [v2.0.1](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.1) (2023-03-07) +**Fixes** +- Fix for ignored custvarconfig variable in indirect proxy mode +- Fix show all graphs for host + ## [v2.0.0](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v2.0.0) (2023-02-23) **BREAKING CHANGES:** diff --git a/module.info b/module.info index 60cb891..ee7e75e 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Grafana -Version: 2.0.1 +Version: 2.0.2 Requires: Libraries: icinga-php-library (>=0.10.1) Modules: icingadb (>=1.0.0)