diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7a6e0b41..87e6f2b394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.19.1] - 2021-06-09 +### Fixed +- Add handling when duplicated branch part cannot be created ([#1692](https://github.com/scm-manager/scm-manager/pull/1692)) +- Add log for error in git mirror ([#1689](https://github.com/scm-manager/scm-manager/pull/1689)) +- Tag position for repository ([#1691](https://github.com/scm-manager/scm-manager/pull/1691)) +- Options requests returning internal server errors ([#1685](https://github.com/scm-manager/scm-manager/issues/1685), [#1688](https://github.com/scm-manager/scm-manager/pull/1688)) +- Harmonize FileInput component with styleguide ([#1693](https://github.com/scm-manager/scm-manager/pull/1693)) + ## [2.19.0] - 2021-06-04 ### Added - Extension Point for repository creators ([#1657](https://github.com/scm-manager/scm-manager/pull/1657)) @@ -644,3 +652,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.17.1]: https://www.scm-manager.org/download/2.17.1 [2.18.0]: https://www.scm-manager.org/download/2.18.0 [2.19.0]: https://www.scm-manager.org/download/2.19.0 +[2.19.1]: https://www.scm-manager.org/download/2.19.1 diff --git a/gradle/changelog/create_invalid_branch_exception.yaml b/gradle/changelog/create_invalid_branch_exception.yaml deleted file mode 100644 index 34aa626d60..0000000000 --- a/gradle/changelog/create_invalid_branch_exception.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Add handling when duplicated branch part cannot be created ([#1692](https://github.com/scm-manager/scm-manager/pull/1692)) diff --git a/gradle/changelog/exception_log_in_git_mirror.yaml b/gradle/changelog/exception_log_in_git_mirror.yaml deleted file mode 100644 index a6144985bd..0000000000 --- a/gradle/changelog/exception_log_in_git_mirror.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Add log for error in git mirror ([#1689](https://github.com/scm-manager/scm-manager/pull/1689)) diff --git a/gradle/changelog/file_input_component.yaml b/gradle/changelog/file_input_component.yaml deleted file mode 100644 index d02e3abfb0..0000000000 --- a/gradle/changelog/file_input_component.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Harmonize FileInput component with styleguide ([#1693](https://github.com/scm-manager/scm-manager/pull/1693)) diff --git a/gradle/changelog/options_request.yaml b/gradle/changelog/options_request.yaml deleted file mode 100644 index 0baf2bad26..0000000000 --- a/gradle/changelog/options_request.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Options requests returning internal server errors ([#1685](https://github.com/scm-manager/scm-manager/issues/1685), [#1688](https://github.com/scm-manager/scm-manager/pull/1688)) diff --git a/gradle/changelog/repository_tag_position.yaml b/gradle/changelog/repository_tag_position.yaml deleted file mode 100644 index f682ea7d35..0000000000 --- a/gradle/changelog/repository_tag_position.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Tag position for repository ([#1691](https://github.com/scm-manager/scm-manager/pull/1691))