From 297f6fe53e557b05e4b9678ef1d6e8e343bc42b9 Mon Sep 17 00:00:00 2001 From: Niclas Date: Sun, 11 Feb 2024 17:03:45 +0100 Subject: [PATCH] Bump keepachangelog version to 1.1.0 in init template --- cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/init.go b/cmd/init.go index 7ee31f6..14929ac 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -29,7 +29,7 @@ var initCmd = &cobra.Command{ 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.0.0/), +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]