Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcktr committed Nov 7, 2020
1 parent 1105244 commit 76760ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.2.1 (2020-11-07)

- Bugfix release

* [#104](https://github.com/mcktr/check_fritz/pull/104) (area/check/connection, area/performance-data): Fix connection_status performance data output
* [#103](https://github.com/mcktr/check_fritz/pull/103) (area/check/connection, area/performance-data, bug): Missing performance data output in connection_status & device_update methods

## 1.2.0 (2020-10-09)

- Please have a look into the [upgrading documentation](https://github.com/mcktr/check_fritz/blob/master/doc/upgrading.md).
Expand Down
2 changes: 1 addition & 1 deletion cmd/check_fritz/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// program version
var Version = "1.2.0"
var Version = "1.2.1"

// internal exit codes
const (
Expand Down

0 comments on commit 76760ef

Please sign in to comment.