diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7183da32..352d189f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.30.1] - 2022-01-26 +### Fixed +- Make comparable null safe ([#1933](https://github.com/scm-manager/scm-manager/pull/1933)) +- Password field in "Create User" dialog and other ((#1934)[https://github.com/scm-manager/scm-manager/pull/1934]) + ## [2.30.0] - 2022-01-21 ### Added - initial focus, submission on pressing enter and fix trap focus for modals ([#1925](https://github.com/scm-manager/scm-manager/pull/1925)) @@ -926,3 +931,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.29.0]: https://scm-manager.org/download/2.29.0 [2.29.1]: https://scm-manager.org/download/2.29.1 [2.30.0]: https://scm-manager.org/download/2.30.0 +[2.30.1]: https://scm-manager.org/download/2.30.1 diff --git a/gradle/changelog/comparable_with_null.yaml b/gradle/changelog/comparable_with_null.yaml deleted file mode 100644 index 42195fcdfd..0000000000 --- a/gradle/changelog/comparable_with_null.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Make comparable null safe ([#1933](https://github.com/scm-manager/scm-manager/pull/1933)) diff --git a/gradle/changelog/password_field.yaml b/gradle/changelog/password_field.yaml deleted file mode 100644 index 4d807d3e70..0000000000 --- a/gradle/changelog/password_field.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Password field in "Create User" dialog and other ((#1934)[https://github.com/scm-manager/scm-manager/pull/1934])