-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f543136
commit 9c9c33d
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# Changelog | ||
|
||
## [v0.2.0](https://github.com/NETWAYS/check_sophos_central/tree/v0.2.0) (2020-09-04) | ||
|
||
[Full Changelog](https://github.com/NETWAYS/check_sophos_central/compare/v0.1.0...v0.2.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Improve output for alerts [\#1](https://github.com/NETWAYS/check_sophos_central/pull/1) ([lazyfrosch](https://github.com/lazyfrosch)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Fix pagination errors [\#2](https://github.com/NETWAYS/check_sophos_central/pull/2) ([lazyfrosch](https://github.com/lazyfrosch)) | ||
|
||
## [v0.1.0](https://github.com/NETWAYS/check_sophos_central/tree/v0.1.0) (2020-09-03) | ||
|
||
[Full Changelog](https://github.com/NETWAYS/check_sophos_central/compare/1e3edd411737cce6cb8edf2a02033b23985c9a38...v0.1.0) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package main | ||
|
||
const Version = "0.1.0" | ||
const Version = "0.2.0" | ||
|
||
var GitCommit string | ||
|
||
|