From 5845f399b1271eda98113f56242bc1970ade4096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 16 Feb 2023 18:57:20 +0100 Subject: [PATCH] Adjust changelog for release 2.42.1 --- CHANGELOG.md | 5 +++++ gradle/changelog/sshd.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/sshd.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index b02aff5321..e9cefdf3e0 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.42.1] - 2023-02-16 +### Fixed +- Remove sshd dependency that may cause an injection failure on server startup with installed ssh plugin + ## [2.42.0] - 2023-02-15 ### Added - Copy button to codeblocks @@ -1224,3 +1228,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.41.0]: https://scm-manager.org/download/2.41.0 [2.41.1]: https://scm-manager.org/download/2.41.1 [2.42.0]: https://scm-manager.org/download/2.42.0 +[2.42.1]: https://scm-manager.org/download/2.42.1 diff --git a/gradle/changelog/sshd.yaml b/gradle/changelog/sshd.yaml deleted file mode 100644 index f807ab1c3b..0000000000 --- a/gradle/changelog/sshd.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Remove sshd dependency that may cause an injection failure on server startup with installed ssh plugin