Skip to content

Commit

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

## 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.0.0", "$Format:%(describe)$", "$Format:%H$")
var Version = version.Version("0.1.0", "$Format:%(describe)$", "$Format:%H$")

0 comments on commit f21e6e1

Please sign in to comment.