diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..258342d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bed95..653ef8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/bullfrogsec/bullfrog/compare/v0.5.1...v0.5.2) (2024-06-27) + + +### Bug Fixes + +* use sudo to chmod agent ([#29](https://github.com/bullfrogsec/bullfrog/issues/29)) ([e6a8c1a](https://github.com/bullfrogsec/bullfrog/commit/e6a8c1a2ef6fe5b233781995e6e46c680e3dcc13)) + ## [0.5.1](https://github.com/bullfrogsec/bullfrog/compare/v0.5.0...v0.5.1) (2024-06-27) diff --git a/package.json b/package.json index a2d1be3..b6e8bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullfrog", - "version": "0.5.1", + "version": "0.5.2", "description": "Github Action for securing your Github workflows", "author": "Bullfrog Security", "license": "MIT"