Skip to content

Commit ce5ac86

Browse files
committed
Release version 0.3.0
1 parent 8b6197b commit ce5ac86

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v0.3.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.0) (2019-02-28)
4+
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.1...v0.3.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Allow ignoring a list of notification periods for handled problems [\#34](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/34) ([lazyfrosch](https://github.com/lazyfrosch))
9+
10+
**Closed issues:**
11+
12+
- You need the PHP extension "yaml" in order to use TopLevelView \(rh-php71\) [\#33](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/33)
13+
314
## [v0.2.1](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.2.1) (2018-02-13)
415
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.0...v0.2.1)
516

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Specify the release version.
44

55
```
6-
VERSION=0.2.1
6+
VERSION=0.3.0
77
```
88

99
## Issues

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: toplevelview
2-
Version: 0.2.1
2+
Version: 0.3.0
33
Depends: monitoring>=2.5.0
44
Description: Top Level View
55
Top Level View is a hierarchy based status view for Icinga Web 2.

0 commit comments

Comments
 (0)