From e0058fb400f8debac9d35ee58ce8da0902d1d789 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Wed, 30 Sep 2020 09:26:12 +0200 Subject: [PATCH] Adjust changelog for release 2.6.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4b179256..c5eb83ea16 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). -## Unreleased +## [2.6.1] - 2020-09-30 ### Fixed - Not found error when using browse command in empty hg repository ([#1355](https://github.com/scm-manager/scm-manager/pull/1355))