diff --git a/CHANGELOG.md b/CHANGELOG.md index 8065640cd..c4e8eb310 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 1b2ffa10b..a1517826f 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 -