diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 258342d..d9d5699 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.2" + ".": "0.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 653ef8a..9389917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.3](https://github.com/bullfrogsec/bullfrog/compare/v0.5.2...v0.5.3) (2024-06-28) + + +### Bug Fixes + +* add pre-release in release workflow ([#32](https://github.com/bullfrogsec/bullfrog/issues/32)) ([6bbe61a](https://github.com/bullfrogsec/bullfrog/commit/6bbe61a073fb0eb168fd79ce5575e3b86f76bd5e)) + ## [0.5.2](https://github.com/bullfrogsec/bullfrog/compare/v0.5.1...v0.5.2) (2024-06-27) diff --git a/package.json b/package.json index b6e8bc2..e330684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullfrog", - "version": "0.5.2", + "version": "0.5.3", "description": "Github Action for securing your Github workflows", "author": "Bullfrog Security", "license": "MIT"