From 377731d1455ae042375f8e774434efd77db5f627 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Wed, 24 Aug 2022 17:25:11 -0400 Subject: [PATCH] Prepare v2.3.2 changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbc3da..a8a1126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- Reduce allocations when converting bytes to strings for received messages. [#116](https://github.com/elastic/go-libaudit/pull/116) [#122](https://github.com/elastic/go-libaudit/pull/122) - ### Removed ### Deprecated +## [2.3.2] + +### Changed + +- Reduce allocations when converting bytes to strings for received messages. [#116](https://github.com/elastic/go-libaudit/pull/116) [#122](https://github.com/elastic/go-libaudit/pull/122) + ## [2.3.1] ### Changed @@ -238,7 +242,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.1...HEAD +[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.3.2...HEAD +[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 [2.2.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.2.0