From 14b06845b0252739c6033b1be692bb1dedda0226 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:32:55 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7bb61..0b33113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.2](https://github.com/ahincho/nova-java-spring-boot-gradle-plugin/compare/v1.0.1...v1.0.2) (2026-09-01) + + +### Bug Fixes + +* **plugin:** replace dead umbrella starter coordinates with the two sub-starters ([fe8f1db](https://github.com/ahincho/nova-java-spring-boot-gradle-plugin/commit/fe8f1dbc557f81c8db6d727739ab9005c2bc9dfc)) + + +### Documentation + +* add a README and adopt EPL-2.0 ([b9caa83](https://github.com/ahincho/nova-java-spring-boot-gradle-plugin/commit/b9caa838946cef9c04b3b69bf5017e845da6f758)) + ## [1.0.1](https://github.com/ahincho/nova-java-spring-boot-gradle-plugin/compare/v1.0.0...v1.0.1) (2026-07-13)