Adjust changelog for release 2.37.1

This commit is contained in:
René Pfeuffer
2022-07-06 14:07:54 +02:00
parent e3e6bbed7c
commit 5da2993cf5
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.37.1] - 2022-07-06
### Fixed
- Encrypt passwords stored via cli commands ([#2080](https://github.com/scm-manager/scm-manager/pull/2080))
## [2.37.0] - 2022-06-28
### Added
- Developers can omit the link prop of the CardColumnSmall component ([#2076](https://github.com/scm-manager/scm-manager/pull/2076))
@@ -1094,3 +1098,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.36.0]: https://scm-manager.org/download/2.36.0
[2.36.1]: https://scm-manager.org/download/2.36.1
[2.37.0]: https://scm-manager.org/download/2.37.0
[2.37.1]: https://scm-manager.org/download/2.37.1

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Encrypt passwords stored via cli commands ([#2080](https://github.com/scm-manager/scm-manager/pull/2080))