From b4f7b86b84d43c1963827612e7adc1d9dcdff7be Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Sat, 14 Nov 2020 19:15:07 +0100 Subject: [PATCH] Release version 1.2.2 --- CHANGELOG.md | 8 +++++++- cmd/check_fritz/main.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aefeb6c..393f478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.2 (2020-11-14) + +- Bugfix release + +* [#106](https://github.com/mcktr/check_fritz/pull/106) (core/build, bug): Fix checksum creation during the build process + ## 1.2.1 (2020-11-07) - Bugfix release @@ -79,4 +85,4 @@ * [#9](https://github.com/mcktr/check_fritz/pull/9) (enhancement): Implement thresholds * [#8](https://github.com/mcktr/check_fritz/pull/8) (enhancement): Implement more methods * [#7](https://github.com/mcktr/check_fritz/pull/7) (code-quality): Use naming convention for all files -* [#6](https://github.com/mcktr/check_fritz/pull/6) (enhancement): Add more check methods \ No newline at end of file +* [#6](https://github.com/mcktr/check_fritz/pull/6) (enhancement): Add more check methods diff --git a/cmd/check_fritz/main.go b/cmd/check_fritz/main.go index e0decd7..4fd1f18 100644 --- a/cmd/check_fritz/main.go +++ b/cmd/check_fritz/main.go @@ -8,7 +8,7 @@ import ( ) // program version -var Version = "1.2.1" +var Version = "1.2.2" // internal exit codes const (