Skip to content

Commit

Permalink
chore(main): release 0.5.5 (#42)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.5](v0.5.4...v0.5.5)
(2024-07-01)


### Bug Fixes

* filtering dns server in agent instead of nftables
([#45](#45))
([e1a20a3](e1a20a3))
* only allow trusted local dns server
([#41](#41))
([46f90f1](46f90f1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
bullfrog-bot authored Jul 1, 2024
1 parent e1a20a3 commit cd7f743
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.4"
".": "0.5.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cd7f743

Please sign in to comment.