From be466bd92365121e463833fc7ba64aba553ffd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 7 Feb 2024 11:15:17 +0100 Subject: [PATCH] Adjust changelog for release 3.0.2 --- CHANGELOG.md | 5 +++++ gradle/changelog/idleTimeout.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/idleTimeout.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index b3870a6371..15d68aa0cd 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.2] - 2024-02-07 +### Fixed +- Added configuration option for idle timeout + ## [3.0.1] - 2024-02-02 ### Fixed - Enabling forward headers and log appender with environment variable @@ -1466,3 +1470,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [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 +[3.0.2]: https://scm-manager.org/download/3.0.2 diff --git a/gradle/changelog/idleTimeout.yaml b/gradle/changelog/idleTimeout.yaml deleted file mode 100644 index 7ea5c02923..0000000000 --- a/gradle/changelog/idleTimeout.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Added configuration option for idle timeout