From d2f00436010f9f1c899ca1961b4568aea96374db Mon Sep 17 00:00:00 2001 From: Angel Eduardo Hincho Jove <82984150+ahincho@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:08:03 -0500 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad4903..1e1528f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/ahincho/nova-java-observability-utils/compare/v1.0.0...v1.0.1) (2026-07-13) + + +### Bug Fixes + +* **ci:** add component + skip-snapshot + manifest-file (mask-utils pattern) ([eb4fa9c](https://github.com/ahincho/nova-java-observability-utils/commit/eb4fa9c83fa595682681a4aab50ed23a10a00114)) +* **ci:** add last-release-sha, include-component-in-tag: false, release-type: java to top-level config; pass manifest-file in wrapper ([45d752d](https://github.com/ahincho/nova-java-observability-utils/commit/45d752dfabb989c83a14630ca7077f41afbff940)) + ## 1.0.0 (2026-07-10)