diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ed0e8b..53d4a3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af6f41..94d148a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.0](https://github.com/RedHatProductSecurity/trestle-bot/compare/v0.11.0...v0.12.0) (2024-11-04) + + +### Features + +* **bot:** change for configuring trestle-bot PR body update ([#363](https://github.com/RedHatProductSecurity/trestle-bot/issues/363)) ([812ae9a](https://github.com/RedHatProductSecurity/trestle-bot/commit/812ae9acdc9741fc83e20cc219ecbb681e3bf6c4)) + + +### Bug Fixes + +* run the paths-filter step in its own job ([#370](https://github.com/RedHatProductSecurity/trestle-bot/issues/370)) ([cb42cfe](https://github.com/RedHatProductSecurity/trestle-bot/commit/cb42cfe7e2a5d554f7380a4b327a09324a8d3834)) + ## [0.11.0](https://github.com/RedHatProductSecurity/trestle-bot/compare/v0.10.1...v0.11.0) (2024-09-25) diff --git a/pyproject.toml b/pyproject.toml index da97b85..1220086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'trestlebot' -version = "0.11.0" +version = "0.12.0" description = "trestle-bot assists users in leveraging Compliance-Trestle in automated workflows of for OSCAL formatted compliance content management." authors = ["Jennifer Power ",]