From f21e6e170e14c46ce015beee8183c57ba88a7f11 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Fri, 12 Jul 2024 10:52:25 +0200 Subject: [PATCH] Version 0.1.0 --- CHANGELOG.md | 5 +++++ internal/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2d020f6b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Icinga Notifications Changelog + +## 0.1.0 (2024-07-25) + +Initial release diff --git a/internal/version.go b/internal/version.go index 45eeb114..331ef7f0 100644 --- a/internal/version.go +++ b/internal/version.go @@ -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$")