From b81a0cbe68db5e00fa1aed01b598d0e464f2f213 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Fri, 22 Nov 2024 09:42:16 -0500 Subject: [PATCH] Prepare v2.6.1 changelog --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab6419..01d4bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- rule: On s390x, fix handling of rules with filters like `-F arch=b64` or `-F arch=b32`. [#164](https://github.com/elastic/go-libaudit/pull/164) -- aucoalesce: Fix bug affecting event normalization caused by upgrade to yaml.v3. [#170](https://github.com/elastic/go-libaudit/pull/170/) - ### Removed ### Deprecated +## [2.6.1] + +### Changed + +- rule: On s390x, fix handling of rules with filters like `-F arch=b64` or `-F arch=b32`. [#164](https://github.com/elastic/go-libaudit/pull/164) +- aucoalesce: Fix bug affecting event normalization caused by upgrade to yaml.v3. [#170](https://github.com/elastic/go-libaudit/pull/170/) + ## [2.6.0] ### Changed @@ -280,7 +284,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Linux kernel. - Added auparse package for parsing audit logs. -[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.6.0...HEAD +[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.6.1...HEAD +[2.6.1]: https://github.com/elastic/go-libaudit/releases/tag/v2.6.1 [2.6.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.6.0 [2.5.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.5.0 [2.4.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.4.0