From 5c29ee8e57018730264c5ad52c032c5fa667040d 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:15 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8f7122..06d6df2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a9af7e1..f42401e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/ahincho/nova-java-api-standard/compare/v1.0.1...v1.0.2) (2026-09-01) + + +### Documentation + +* add a README and adopt EPL-2.0 ([c87975c](https://github.com/ahincho/nova-java-api-standard/commit/c87975c3eef88543aecef7ecd4fbe886df07f185)) + ## [1.0.1](https://github.com/ahincho/nova-java-api-standard/compare/v1.0.0...v1.0.1) (2026-07-13)