From e6a658d3cc7241dc501028e2403a9c00494f6856 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 4 Dec 2020 10:41:54 +0100 Subject: [PATCH] Fix missing hyphen between version and date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46ab7d0f6..a2d91d2de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.11.0] 2020-12-04 +## [2.11.0] - 2020-12-04 ### Added - Add tooltips to short links on repository overview ([#1441](https://github.com/scm-manager/scm-manager/pull/1441))