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