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))