diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a36f2be..357b28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.1.0...v2.2.0) (2026-06-19) + + +### Features + +* **docker-publish:** reusable chunked docker publish workflow ([#13](https://github.com/OneLiteFeatherNET/workflows/issues/13)) ([887181d](https://github.com/OneLiteFeatherNET/workflows/commit/887181df56e19ef51a8b675a12bc695bf3ad9f20)) + ## [2.1.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.0.1...v2.1.0) (2026-05-13)