diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf5a69..8324790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v0.3.1](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.1) (2019-03-06) +[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.3.0...v0.3.1) + +**Fixed bugs:** + +- Implement Notification Period ignoring for TLVServiceNode [\#36](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/36) ([lazyfrosch](https://github.com/lazyfrosch)) +- HostgroupsummaryQuery: Ignore hostgroups that are empty [\#35](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/35) ([lazyfrosch](https://github.com/lazyfrosch)) + ## [v0.3.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.0) (2019-02-28) [Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.1...v0.3.0) diff --git a/RELEASE.md b/RELEASE.md index 6a1a548..c9a6f48 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,7 +3,7 @@ Specify the release version. ``` -VERSION=0.3.0 +VERSION=0.3.1 ``` ## Issues diff --git a/module.info b/module.info index 0c117a4..7697ab0 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: toplevelview -Version: 0.3.0 +Version: 0.3.1 Depends: monitoring>=2.5.0 Description: Top Level View Top Level View is a hierarchy based status view for Icinga Web 2.