From dd7f0c0a2884a2e67d4dc4fa576bcc84b0090727 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Tue, 25 Mar 2025 23:09:54 +0100 Subject: [PATCH] docs: add first release in Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a126b..3ed770b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.1.0] - 2025-03-25 ### 🚀 Features @@ -30,5 +30,6 @@ All notable changes to this project will be documented in this file. - Added golang workflow for building and testing project - Update Go version in build-and-test workflow to 1.23 - Added renovate configuration files for Gitea workflow automation +- Add release pipeline