File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
514Initial release
Original file line number Diff line number Diff 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$" )
You can’t perform that action at this time.
0 commit comments