From b5cf0e7122b0a77d171808a2d8482f17e7332b56 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Tue, 20 Jun 2017 20:59:40 +0200 Subject: [PATCH] Pin format spec major versions You can only comply with a specification if you know it. Since new versions can are released without users knowing it immediately the only valid option is to pin the specification version which you know you comply with. Ref: https://github.com/olivierlacan/keep-a-changelog/issues/103 Used by: https://github.com/debops/ --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9324ba8..afa1333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased]