From b9d3293170b3dfc5c5d22ace0bd267c9e4714e56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 04:14:16 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a469f78..69d5fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.1.0](https://github.com/MakerXStudio/shared-config/compare/v2.0.1...v2.1.0) (2026-04-21) + + +### Features + +* Add sbom-flags input and harden SBOM steps ([a4ff264](https://github.com/MakerXStudio/shared-config/commit/a4ff2644de653c9da3bf29f438653168ae36af95)) +* Add sbom-flags input and harden SBOM steps against command injection ([9e60a18](https://github.com/MakerXStudio/shared-config/commit/9e60a1834304da21d80578180a19f5804f54c970)) + + +### Bug Fixes + +* correct artifact extraction glob for download-artifact v8 ([e07f75b](https://github.com/MakerXStudio/shared-config/commit/e07f75b69c9dbc8f174d62931a3c8343bf0074db)) +* correct artifact extraction glob for download-artifact v8 ([3d419a9](https://github.com/MakerXStudio/shared-config/commit/3d419a968804aa1e523493c55633de108e7f5ba5)) + ## [2.0.1](https://github.com/MakerXStudio/shared-config/compare/v2.0.0...v2.0.1) (2026-04-08)