From 8bcb06ea2313e7d2d0c5171a421cc76d6c23647b Mon Sep 17 00:00:00 2001 From: Lee Hinman <57081003+leehinman@users.noreply.github.com> Date: Wed, 19 Aug 2020 09:51:01 -0500 Subject: [PATCH] Updated Changelog for release (#77) * Updated Changelog for release --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f230b04..2a3ac87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed +### Removed + +### Deprecated + +## [2.0.2] + +### Changed + - Use ECS recommended values for network direction. [#75](https://github.com/elastic/go-libaudit/issues/75)[#76](https://github.com/elastic/go-libaudit/pull/76) ### Removed - Remove github.com/Sirupsen/logrus dependency from examples. [#73](https://github.com/elastic/go-libaudit/issues/73) -### Deprecated ## [2.0.1] @@ -178,7 +185,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.0.1...HEAD +[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/elastic/go-libaudit/releases/tag/v2.0.2 [2.0.1]: https://github.com/elastic/go-libaudit/releases/tag/v2.0.1 [2.0.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.0.0 [0.4.0]: https://github.com/elastic/go-libaudit/releases/tag/v0.4.0