Skip to content

Commit 9c9c33d

Browse files
committed
Release version 0.2.0
1 parent f543136 commit 9c9c33d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v0.2.0](https://github.com/NETWAYS/check_sophos_central/tree/v0.2.0) (2020-09-04)
4+
5+
[Full Changelog](https://github.com/NETWAYS/check_sophos_central/compare/v0.1.0...v0.2.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Improve output for alerts [\#1](https://github.com/NETWAYS/check_sophos_central/pull/1) ([lazyfrosch](https://github.com/lazyfrosch))
10+
11+
**Fixed bugs:**
12+
13+
- Fix pagination errors [\#2](https://github.com/NETWAYS/check_sophos_central/pull/2) ([lazyfrosch](https://github.com/lazyfrosch))
14+
15+
## [v0.1.0](https://github.com/NETWAYS/check_sophos_central/tree/v0.1.0) (2020-09-03)
16+
17+
[Full Changelog](https://github.com/NETWAYS/check_sophos_central/compare/1e3edd411737cce6cb8edf2a02033b23985c9a38...v0.1.0)
18+
319

420

521
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
const Version = "0.1.0"
3+
const Version = "0.2.0"
44

55
var GitCommit string
66

0 commit comments

Comments
 (0)