Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbrost committed Jul 29, 2024
1 parent b325da1 commit d454b52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Icinga Notifications Changelog

## 0.1.1 (2024-07-29)

This is a small bug fix release with the main change being a fix for logging to the systemd journal.

* Logging: Fix missing log message fields in systemd journal (#267)
* HTTP Listener: Don't return 500 Internal Server Error for superfluous events (#251)
* Container Images: include git commit in `icinga-notifications --version` when built on GitHub Actions (#260)


## 0.1.0 (2024-07-25)

Initial release
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import "github.com/icinga/icinga-go-library/version"
// Version contains version and Git commit information.
//
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
var Version = version.Version("0.1.0", "$Format:%(describe)$", "$Format:%H$")
var Version = version.Version("0.1.1", "$Format:%(describe)$", "$Format:%H$")

0 comments on commit d454b52

Please sign in to comment.