From 6d67a2447bbbc4fd6aa22d233aad88a862467ce2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:47:12 +0000 Subject: [PATCH] chore(main): release 6.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 a3a12f4..8ace915 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 544f31a..732fb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0](https://github.com/dvsa/.github/compare/v6.0.0...v6.1.0) (2026-08-18) + + +### Features + +* make maven step optional ([#118](https://github.com/dvsa/.github/issues/118)) ([c0033c8](https://github.com/dvsa/.github/commit/c0033c818828a377779a55e6c0bb77584125ecf7)) + ## [6.0.0](https://github.com/dvsa/.github/compare/v5.3.0...v6.0.0) (2026-08-12)