From 099332f9580bbaed700898a2b9b21284c06407a5 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Mon, 16 Oct 2023 17:56:34 +0200 Subject: [PATCH] new(docs): add changelog for 0.36.1 Signed-off-by: Andrea Terzolo --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a74ebf277..f56004a7d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## v0.36.1 + +Released on 2023-10-16 + +### Major Changes + +### Minor Changes + +* feat(userspace): remove experimental outputs queue recovery strategies [[#2863](https://github.com/falcosecurity/falco/pull/2863)] - [@incertum](https://github.com/incertum) + +### Bug Fixes + +* fix(userspace/falco): timer_delete() workaround due to bug in older GLIBC [[#2851](https://github.com/falcosecurity/falco/pull/2851)] - [@incertum](https://github.com/incertum) + ## v0.36.0