diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 872da6a..dff5cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/OneLiteFeatherNET/workflows/compare/v1.0.0...v2.0.0) (2026-05-11) + + +### ⚠ BREAKING CHANGES + +* default `java-version` changed from `21` to `25`, default `runs-on` changed from triple-OS matrix to `["ubuntu-latest"]`, default `gradle-task` changed from `clean build test` to `build test`. + +### Features + +* path-based change detection, Java 25 default, speed & debug tu… ([#3](https://github.com/OneLiteFeatherNET/workflows/issues/3)) ([5400a36](https://github.com/OneLiteFeatherNET/workflows/commit/5400a36a6ad341831c22220cc7bda680df59edef)) + ## 1.0.0 (2026-05-11)