From 76e4e003dbed6722c246aa1513a3c8bed8ea5584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 21 Jun 2022 14:26:27 +0200 Subject: [PATCH] Adjust changelog for release 2.36.1 --- CHANGELOG.md | 5 +++++ gradle/changelog/alpine_3.16.0 | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/alpine_3.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2e183a5b..70222944f5 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.36.1] - 2022-06-21 +### Fixed +- Zip CRC error on startup in Alpine image ([#2071](https://github.com/scm-manager/scm-manager/pull/2071)) + ## [2.36.0] - 2022-06-13 ### Added - Add api to overwrite content type resolver ([#2051](https://github.com/scm-manager/scm-manager/pull/2051)) @@ -1077,3 +1081,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.34.0]: https://scm-manager.org/download/2.34.0 [2.35.0]: https://scm-manager.org/download/2.35.0 [2.36.0]: https://scm-manager.org/download/2.36.0 +[2.36.1]: https://scm-manager.org/download/2.36.1 diff --git a/gradle/changelog/alpine_3.16.0 b/gradle/changelog/alpine_3.16.0 deleted file mode 100644 index e696ed7d86..0000000000 --- a/gradle/changelog/alpine_3.16.0 +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Zip CRC error on startup in Alpine image ([#2071](https://github.com/scm-manager/scm-manager/pull/2071))