From 7a4148f63b1b842af28059bc2c3b3ff5adc96f50 Mon Sep 17 00:00:00 2001 From: Dominic Page <11043991+djptek@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:14:33 +0100 Subject: [PATCH] 8.6_finalize_changelog_in_release_branch (#2130) --- CHANGELOG.md | 15 +++++++++++++++ CHANGELOG.next.md | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8065640cd9..c4e8eb3104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ # CHANGELOG All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/). +## [8.6.0](https://github.com/elastic/ecs/compare/v8.5.2...v8.6.0) + +### Schema Changes + +#### Added + +* Adding `vulnerability` option for `event.category`. #2029 +* Added `device.*` field set as beta. #2030 +* Added `tlp.version` to threat #2074 +* Added fields for executable object format metadata for ELF, Mach-O and PE #2083 + +#### Improvements + +* Added `CLEAR` and `AMBER+STRICT` as valid values for `threat.indicator.marking.tlp` and `enrichments.indicator.marking.tlp` to accept new [TLP 2.0](https://www.first.org/tlp/) markings #2022, #2074 + ## [8.5.2](https://github.com/elastic/ecs/compare/v8.5.1...v8.5.2) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 1b2ffa10ba..a1517826ff 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -32,21 +32,6 @@ Thanks, you're awesome :-) --> #### Deprecated -## 8.6.0 (Hard Feature Freeze) - -### Schema Changes - -#### Added - -* Adding `vulnerability` option for `event.category`. #2029 -* Added `device.*` field set as beta. #2030 -* Added `tlp.version` to threat #2074 -* Added fields for executable object format metadata for ELF, Mach-O and PE #2083 - -#### Improvements - -* Added `CLEAR` and `AMBER+STRICT` as valid values for `threat.indicator.marking.tlp` and `enrichments.indicator.marking.tlp` to accept new [TLP 2.0](https://www.first.org/tlp/) markings #2022, #2074 -