diff --git a/CHANGELOG.md b/CHANGELOG.md index af8d384..f72c9bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [1.0.2] - 2023-08-15 + ### Added - Support for multi-module projects - Option that allow Gradle's configuration cache for 'apply' task @@ -23,6 +25,7 @@ - The ability to apply Spotless formatting to the currently opened file in the editor or to the entire project. - Introduced an option to execute the default "optimize import" task before applying Spotless formatting. -[Unreleased]: https://github.com/lipiridi/spotless-applier/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/lipiridi/spotless-applier/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/lipiridi/spotless-applier/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/lipiridi/spotless-applier/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/lipiridi/spotless-applier/commits/v1.0.0