Skip to content

Commit

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


##
[0.8.1](v0.8.0...v0.8.1)
(2024-08-08)


### Bug Fixes

* remove any connections before the agent is ready (again)
([#95](#95))
([e735a66](e735a66))
* support SRV query type
([#94](#94))
([0cd63f1](0cd63f1))

---
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 Aug 8, 2024
1 parent e735a66 commit d5dbad1
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.8.0"
".": "0.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.8.0",
"version": "0.8.1",
"description": "Github Action for securing your Github workflows",
"author": "Bullfrog Security",
"license": "MIT"
Expand Down

0 comments on commit d5dbad1

Please sign in to comment.