From 9aafaf3b6cbfcc00fd35129716bcab43dbbcadca Mon Sep 17 00:00:00 2001 From: Andrew Stucki Date: Tue, 8 Dec 2020 17:46:15 -0500 Subject: [PATCH] Update changelog for release (#81) * Update changelog for release * remove unreleased references --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e3d8a..d3b9174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added -- ECS 1.7 `configuration` categorization. [#80](https://github.com/elastic/go-libaudit/pull/80) - ### Changed -- Use ingress/egress instead of inbound/outbound for ECS 1.7. [#80](https://github.com/elastic/go-libaudit/pull/80) - ### Removed ### Deprecated +## [2.1.0] + +### Added + +- ECS 1.7 `configuration` categorization. [#80](https://github.com/elastic/go-libaudit/pull/80) + +### Changed + +- Use ingress/egress instead of inbound/outbound for ECS 1.7. [#80](https://github.com/elastic/go-libaudit/pull/80) + ## [2.0.2] ### Changed @@ -189,7 +195,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.2...HEAD +[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/elastic/go-libaudit/compare/v2.1.0 [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