From 006b41fe8a951de47cb96c163b08994b01fffc53 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Thu, 10 Aug 2023 17:33:47 -0400 Subject: [PATCH] Prepare v2.3.3 release --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d88746..d8e762b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- Expanded the bitmask applied to ECS `file.mode` in the aucoalesce package so that the SUID, SGID, and sticky bits can be represented. [#137](https://github.com/elastic/go-libaudit/issues/137) - ### Removed ### Deprecated +## [2.3.3] + +### Changed + +- Expanded the bitmask applied to ECS `file.mode` in the aucoalesce package so that the SUID, SGID, and sticky bits can be represented. [#137](https://github.com/elastic/go-libaudit/issues/137) + ## [2.3.2] ### Changed @@ -244,7 +248,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.3.2...HEAD +[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.3.3...HEAD +[2.3.3]: https://github.com/elastic/go-libaudit/releases/tag/v2.3.3 [2.3.2]: https://github.com/elastic/go-libaudit/releases/tag/v2.3.2 [2.3.1]: https://github.com/elastic/go-libaudit/releases/tag/v2.3.1 [2.3.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.3.0