From 80da26cf0869ea238fa53ad0bf9981f183a8180c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 14 Dec 2021 19:50:25 +0100 Subject: [PATCH] Adjust changelog for release 2.27.3 --- CHANGELOG.md | 5 +++++ gradle/changelog/upgrade_logback.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/upgrade_logback.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 76747d109d..0129dfcb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.27.3] - 2021-12-14 +### Changed +- Upgrade Logback to v1.2.8 ([#1894](https://github.com/scm-manager/scm-manager/pull/1894)) + ## [2.27.2] - 2021-11-19 ### Fixed - Repository file search ([#1867](https://github.com/scm-manager/scm-manager/pull/1867)) @@ -840,3 +844,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.27.0]: https://scm-manager.org/download/2.27.0 [2.27.1]: https://scm-manager.org/download/2.27.1 [2.27.2]: https://scm-manager.org/download/2.27.2 +[2.27.3]: https://scm-manager.org/download/2.27.3 diff --git a/gradle/changelog/upgrade_logback.yaml b/gradle/changelog/upgrade_logback.yaml deleted file mode 100644 index 1865314c6e..0000000000 --- a/gradle/changelog/upgrade_logback.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Upgrade Logback to v1.2.8 ([#1894](https://github.com/scm-manager/scm-manager/pull/1894))