diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d9c233..f0ae219 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.4" + ".": "0.5.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a4994..643d683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.5](https://github.com/bullfrogsec/bullfrog/compare/v0.5.4...v0.5.5) (2024-07-01) + + +### Bug Fixes + +* filtering dns server in agent instead of nftables ([#45](https://github.com/bullfrogsec/bullfrog/issues/45)) ([e1a20a3](https://github.com/bullfrogsec/bullfrog/commit/e1a20a3e2a0c0641dff8ae34f92fb2e8acb722e9)) +* only allow trusted local dns server ([#41](https://github.com/bullfrogsec/bullfrog/issues/41)) ([46f90f1](https://github.com/bullfrogsec/bullfrog/commit/46f90f18b7ee65240e346a60f0d0323002ab09aa)) + ## [0.5.4](https://github.com/bullfrogsec/bullfrog/compare/v0.5.3...v0.5.4) (2024-07-01) diff --git a/package.json b/package.json index 23feb50..adeeef8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullfrog", - "version": "0.5.4", + "version": "0.5.5", "description": "Github Action for securing your Github workflows", "author": "Bullfrog Security", "license": "MIT"