From ee174dc174051a0d957cbbe874905b47928dfefa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:51:05 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- .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 b725ab0..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c185e..a36f2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.0.1...v2.1.0) (2026-05-13) + + +### Features + +* **gradle-build-pr:** add run-tests flag for BOM and test-less projects ([#10](https://github.com/OneLiteFeatherNET/workflows/issues/10)) ([3508e38](https://github.com/OneLiteFeatherNET/workflows/commit/3508e382105bc7e5dcf551cf1fe57b684358e816)) + ## [2.0.1](https://github.com/OneLiteFeatherNET/workflows/compare/v2.0.0...v2.0.1) (2026-05-11)