From 37cbe3f08b15d9595789d51874dd7468fef1b8d9 Mon Sep 17 00:00:00 2001 From: bullfrog-bot Date: Fri, 5 Jul 2024 21:05:00 -0400 Subject: [PATCH] chore(main): release 0.6.1 (#53) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..5d02000 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d46a45e..394d6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.1](https://github.com/bullfrogsec/bullfrog/compare/v0.6.0...v0.6.1) (2024-07-06) + + +### Bug Fixes + +* Close file descriptors ([#52](https://github.com/bullfrogsec/bullfrog/issues/52)) ([13fe985](https://github.com/bullfrogsec/bullfrog/commit/13fe98528ceb3c2eff19a4983d89bc3e61131a82)) +* Simplify Tetragon integration ([#55](https://github.com/bullfrogsec/bullfrog/issues/55)) ([7c3757b](https://github.com/bullfrogsec/bullfrog/commit/7c3757b03e3f98d577adddd7b6b9f2f5b018c73b)) + ## [0.6.0](https://github.com/bullfrogsec/bullfrog/compare/v0.5.5...v0.6.0) (2024-07-03) diff --git a/package.json b/package.json index f0f75f3..ab4b8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullfrog", - "version": "0.6.0", + "version": "0.6.1", "description": "Github Action for securing your Github workflows", "author": "Bullfrog Security", "license": "MIT"