From 76760ef827368731fee3e1d6c7280d45b3d9ee48 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Sat, 7 Nov 2020 14:04:57 +0100 Subject: [PATCH] Release version 1.2.1 --- CHANGELOG.md | 7 +++++++ cmd/check_fritz/main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6707ba..aefeb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/cmd/check_fritz/main.go b/cmd/check_fritz/main.go index fd7d41a..e0decd7 100644 --- a/cmd/check_fritz/main.go +++ b/cmd/check_fritz/main.go @@ -8,7 +8,7 @@ import ( ) // program version -var Version = "1.2.0" +var Version = "1.2.1" // internal exit codes const (