Skip to content

Commit af69a68

Browse files
committed
version v0.2.7
1 parent 46fc112 commit af69a68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.7 - 16.11.2016
2+
### Fix
3+
- Livestatus index out of bound error
4+
- Less Livestatus log entries on an error(downtime)
5+
16
## v0.2.6 - 26.10.2016
27
### Feature
38
- Version is shown within the help message

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const updateRate = 1
3333
const resultQueueLength = 1000.0
3434

3535
//nagfluxVersion contains the current Github-Release
36-
const nagfluxVersion string = "v0.2.6"
36+
const nagfluxVersion string = "v0.2.7"
3737

3838
var log *factorlog.FactorLog
3939
var quit = make(chan bool)

0 commit comments

Comments
 (0)