diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11ee94f..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f093b34..380880b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/hoobio/pipeline-tools/compare/v2.2.1...v2.3.0) (2026-05-23) + + +### Features + +* **sbom:** scope catalogers + add optional GitHub Actions scan ([#30](https://github.com/hoobio/pipeline-tools/issues/30)) ([7fa1923](https://github.com/hoobio/pipeline-tools/commit/7fa19239bf5d3050b0b72f57fa2c2651af841de0)) + ## [2.2.1](https://github.com/hoobio/pipeline-tools/compare/v2.2.0...v2.2.1) (2026-05-23)