diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a93e58e..eaa131d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/bullfrogsec/bullfrog/compare/v0.7.0...v0.8.0) (2024-07-21) + + +### Features + +* Verify agent checksum ([#79](https://github.com/bullfrogsec/bullfrog/issues/79)) ([e5b087d](https://github.com/bullfrogsec/bullfrog/commit/e5b087dbb65dc18b4f9960f83a8da69f79253fe5)) + ## [0.7.0](https://github.com/bullfrogsec/bullfrog/compare/v0.6.2...v0.7.0) (2024-07-13) diff --git a/package.json b/package.json index c685f88..a72755a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullfrog", - "version": "0.7.0", + "version": "0.8.0", "description": "Github Action for securing your Github workflows", "author": "Bullfrog Security", "license": "MIT"