diff --git a/CHANGELOG.md b/CHANGELOG.md index 280fba3af1..9a3174b2da 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.41.1] - 2023-02-16 +### Fixed +- Unconditional force push from editor or merges + ## [2.41.0] - 2023-01-18 ### Added - Add abstract configuration adapter to simply creating new global configurations @@ -1204,3 +1208,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.40.0]: https://scm-manager.org/download/2.40.0 [2.40.1]: https://scm-manager.org/download/2.40.1 [2.41.0]: https://scm-manager.org/download/2.41.0 +[2.41.1]: https://scm-manager.org/download/2.41.1 diff --git a/gradle/changelog/force_push.yaml b/gradle/changelog/force_push.yaml deleted file mode 100644 index 65ddcbf628..0000000000 --- a/gradle/changelog/force_push.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Unconditional force push from editor or merges