Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Loading