diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa131d..2caddd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.1](https://github.com/bullfrogsec/bullfrog/compare/v0.8.0...v0.8.1) (2024-08-08) + + +### Bug Fixes + +* remove any connections before the agent is ready (again) ([#95](https://github.com/bullfrogsec/bullfrog/issues/95)) ([e735a66](https://github.com/bullfrogsec/bullfrog/commit/e735a662e59d14e2f5ee855e49459d6feb2bc465)) +* support SRV query type ([#94](https://github.com/bullfrogsec/bullfrog/issues/94)) ([0cd63f1](https://github.com/bullfrogsec/bullfrog/commit/0cd63f1915fa53d83dcba46f7037c7e35ad77b7b)) + ## [0.8.0](https://github.com/bullfrogsec/bullfrog/compare/v0.7.0...v0.8.0) (2024-07-21) diff --git a/package.json b/package.json index a72755a..adbc474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullfrog", - "version": "0.8.0", + "version": "0.8.1", "description": "Github Action for securing your Github workflows", "author": "Bullfrog Security", "license": "MIT"