Skip to content

Commit

Permalink
update(plugins/gcpaudit): bump version to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sanja Kosier <[email protected]>
  • Loading branch information
SKosier authored and poiana committed Jun 17, 2024
1 parent 9c1cab5 commit bc83186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins/gcpaudit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.4.0

* [`77d1d6`](https://github.com/falcosecurity/plugins/commit/77d1d6) feat(plugins/gcpaudit): introduce optional UseAsync field in gcpaudit plugin

## v0.3.3


Expand Down
2 changes: 1 addition & 1 deletion plugins/gcpaudit/pkg/gcpaudit/gcpaudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
PluginName = "gcpaudit"
PluginDescription = "Read GCP Audit Logs"
PluginContact = "github.com/falcosecurity/plugins"
PluginVersion = "0.3.3"
PluginVersion = "0.4.0"
PluginEventSource = "gcp_auditlog"
)

Expand Down

0 comments on commit bc83186

Please sign in to comment.