From 07f9ae96fea1428842cd9371b146ec0233202f29 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:32 +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 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 50570e4..2956dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/ahincho/nova-java-mapper-utils/compare/v1.0.1...v1.0.2) (2026-09-01) + + +### Documentation + +* add a README and adopt EPL-2.0 ([8673ae4](https://github.com/ahincho/nova-java-mapper-utils/commit/8673ae42924424158c7653cc9b4715ca285f68ca)) + ## [1.0.1](https://github.com/ahincho/nova-java-mapper-utils/compare/v1.0.0...v1.0.1) (2026-07-13)