From 6bf7ba9f10c771cc9a37988a7d84bb516341b0a2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 15 Aug 2023 21:01:01 +0000 Subject: [PATCH] Changelog update - v1.0.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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