Skip to content

Commit 114c1be

Browse files
committed
Version 0.1.1
1 parent b325da1 commit 114c1be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Icinga Notifications Changelog
22

3+
## 0.1.1 (2024-07-29)
4+
5+
This is a small bug fix release with the main change being a fix for logging to the systemd journal.
6+
7+
* Logging: Fix missing log message fields in systemd journal (#267)
8+
* HTTP Listener: Don't return 500 Internal Server Error for superfluous events (#251)
9+
* Container Images: include git commit in `icinga-notifications --version` when built on GitHub Actions (#260)
10+
11+
312
## 0.1.0 (2024-07-25)
413

514
Initial release

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import "github.com/icinga/icinga-go-library/version"
55
// Version contains version and Git commit information.
66
//
77
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
8-
var Version = version.Version("0.1.0", "$Format:%(describe)$", "$Format:%H$")
8+
var Version = version.Version("0.1.1", "$Format:%(describe)$", "$Format:%H$")

0 commit comments

Comments
 (0)