Adjust changelog for release 2.42.1

This commit is contained in:
René Pfeuffer
2023-02-16 18:57:20 +01:00
parent b4e0404309
commit 5845f399b1
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Remove sshd dependency that may cause an injection failure on server startup with installed ssh plugin