Skip to content

Commit c907712

Browse files
committed
Release version 0.2.1
1 parent 2562826 commit c907712

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.2.1](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.2.1) (2018-02-13)
4+
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.0...v0.2.1)
5+
6+
**Fixed bugs:**
7+
8+
- UTC timeperiod calculation is wrong [\#29](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/29)
9+
10+
**Merged pull requests:**
11+
12+
- Don't use UTC timestamps for calculating timeperiods [\#30](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/30) ([lazyfrosch](https://github.com/lazyfrosch))
13+
314
## [v0.2.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.2.0) (2018-01-25)
415
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.1.0...v0.2.0)
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.0
6+
VERSION=0.2.1
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.0
2+
Version: 0.2.1
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)