diff --git a/CHANGELOG.md b/CHANGELOG.md index dad49d3e..e87871c1 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). +## [8.24.1] - 2024-09-27 +### Details +#### Fix +- Repository cleanup by @pepicrft in [#859](https://github.com/tuist/XcodeProj/pull/859) + ## [8.24.0] - 2024-09-27 ### Details #### Feat @@ -81,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Feat - Introduce the new Xcode 16 models `PBXFileSystemSynchronizedRootGroup` and `PBXFileSystemSynchronizedBuildFileExceptionSet` by @pepicrft in [#827](https://github.com/tuist/XcodeProj/pull/827) +[8.24.1]: https://github.com/tuist/XcodeProj/compare/8.24.0..8.24.1 [8.24.0]: https://github.com/tuist/XcodeProj/compare/8.23.11..8.24.0 [8.23.11]: https://github.com/tuist/XcodeProj/compare/8.23.10..8.23.11 [8.23.10]: https://github.com/tuist/XcodeProj/compare/8.23.9..8.23.10