From a5c2fc7ce45b503247daa5f35ebdd6154ab678a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 2 Feb 2024 15:24:53 +0100 Subject: [PATCH] Adjust changelog for release 3.0.1 --- CHANGELOG.md | 5 +++++ gradle/changelog/forward_header.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/forward_header.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a41bad62..b3870a6371 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). +## [3.0.1] - 2024-02-02 +### Fixed +- Enabling forward headers and log appender with environment variable + ## [3.0.0] - 2024-01-29 ### Added - Added e2e tests for branch creation @@ -1461,3 +1465,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.48.1]: https://scm-manager.org/download/2.48.1 [2.48.2]: https://scm-manager.org/download/2.48.2 [3.0.0]: https://scm-manager.org/download/3.0.0 +[3.0.1]: https://scm-manager.org/download/3.0.1 diff --git a/gradle/changelog/forward_header.yaml b/gradle/changelog/forward_header.yaml deleted file mode 100644 index 6c90bc1458..0000000000 --- a/gradle/changelog/forward_header.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Enabling forward headers and log appender with environment variable