From 9c8fa5eeb637c3c675fe8bc3fcb55f01130a2e43 Mon Sep 17 00:00:00 2001 From: Robert Pajak Date: Wed, 17 Sep 2025 20:45:58 +0200 Subject: [PATCH] Release v0.22.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a0c90..226c214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/golang-templates/seed/compare/v0.22.0...HEAD) +## [Unreleased](https://github.com/golang-templates/seed/compare/v0.22.1...HEAD) + +## [0.22.1](https://github.com/golang-templates/seed/releases/tag/v0.22.1) + +### Fixed + +- Fix dependabot configuration. ([#414](https://github.com/golang-templates/seed/pull/414)) ## [0.22.0](https://github.com/golang-templates/seed/releases/tag/v0.22.0)