From 7a0ca9f5349ebc26d0ffd5713e84c67459558106 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Mon, 20 Feb 2023 13:05:58 +0100 Subject: [PATCH] new(docs): update Changelog for 0.34.1 Signed-off-by: Aldo Lacuku --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e08e0ba5..6653bace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## v0.34.1 + +Released on 2023-02-20 + +### Minor Changes + +* fix(userspace/engine): correctly bump FALCO_ENGINE_VERSION after introduction of new fields [[#2418](https://github.com/falcosecurity/falco/pull/2418)] - [@loresuso](https://github.com/loresuso/) + +### Non user-facing changes + +* fix(dockerfile/no-driver): install ca-certificates [[#2412](https://github.com/falcosecurity/falco/pull/2412)] - [@alacuku](https://github.com/alacuku) + ## v0.34.0 Released on 2023-02-07