diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6d544b1c..70cd091b81 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.42.3] - 2023-03-10 +### Fixed +- Concurrent modification exception in JAXB stores + ## [2.42.2] - 2023-03-02 ### Fixed - Performance issues from 2.42.x introduced by the permission overview @@ -1236,3 +1240,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.42.0]: https://scm-manager.org/download/2.42.0 [2.42.1]: https://scm-manager.org/download/2.42.1 [2.42.2]: https://scm-manager.org/download/2.42.2 +[2.42.3]: https://scm-manager.org/download/2.42.3 diff --git a/gradle/changelog/jaxb_context_creation.yaml b/gradle/changelog/jaxb_context_creation.yaml deleted file mode 100644 index d38b6b1ef0..0000000000 --- a/gradle/changelog/jaxb_context_creation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Concurrent modification exception in JAXB stores