From 7d1562370b33ee6dc0aaf5515f947fe386b39fac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:55:56 +0000 Subject: [PATCH] chore(main): release 2.3.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 a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 357b28f..8cef8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.2.0...v2.3.0) (2026-06-21) + + +### Features + +* **docker-publish:** pure Docker build + gradle-docker-context producer ([#15](https://github.com/OneLiteFeatherNET/workflows/issues/15)) ([7c9f397](https://github.com/OneLiteFeatherNET/workflows/commit/7c9f3975bdf64b1ba0d32e6232f6c04c72d84137)) + ## [2.2.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.1.0...v2.2.0) (2026-06-19)