From 5da2993cf50406225b032a0e8afd2ecfc9fe7396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 6 Jul 2022 14:07:54 +0200 Subject: [PATCH] Adjust changelog for release 2.37.1 --- CHANGELOG.md | 5 +++++ gradle/changelog/encrypt_cli_passwords.yaml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/encrypt_cli_passwords.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index f0285f7ecd..1269964aed 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.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 diff --git a/gradle/changelog/encrypt_cli_passwords.yaml b/gradle/changelog/encrypt_cli_passwords.yaml deleted file mode 100644 index c2215850a8..0000000000 --- a/gradle/changelog/encrypt_cli_passwords.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Encrypt passwords stored via cli commands ([#2080](https://github.com/scm-manager/scm-manager/pull/2080))