From 5c07f754e94608ab70f31f07181b9f6cc63936fa Mon Sep 17 00:00:00 2001 From: Angel Eduardo Hincho Jove <82984150+ahincho@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:31:13 -0500 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ca5332 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [1.1.0](https://github.com/ahincho/nova-java-notifications/compare/v1.0.0...v1.1.0) (2026-07-15) + + +### Features + +* **ci:** add workflow_dispatch trigger to enable manual CI runs ([96b00ab](https://github.com/ahincho/nova-java-notifications/commit/96b00abf57e36f0b5947f45e926efb44fa120cf2)) + + +### Bug Fixes + +* **ci:** drop redundant push trigger and if guards to clear startup_failure ([0b0abc8](https://github.com/ahincho/nova-java-notifications/commit/0b0abc83118cdc64fadf6c3f71d0e6cf9b43fcd8)) +* **ci:** restrict matrix to Java 25 only ([7a06ccb](https://github.com/ahincho/nova-java-notifications/commit/7a06ccb231e038793c790b15d590638e82401844)) + + +### Documentation + +* **readme:** expand What was built + enhance AI Assistance Attribution ([8b10f20](https://github.com/ahincho/nova-java-notifications/commit/8b10f20c6e443db71e71ddbd28e4500a1c37e73b))