Skip to content

Commit

Permalink
Release version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcktr committed Nov 14, 2020
1 parent 9997121 commit b4f7b86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
* [#6](https://github.com/mcktr/check_fritz/pull/6) (enhancement): Add more check methods
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.1"
var Version = "1.2.2"

// internal exit codes
const (
Expand Down

0 comments on commit b4f7b86

Please sign in to comment.