From 969aeba5018d92331eda7e4104c4c53225c32fd7 Mon Sep 17 00:00:00 2001 From: Kylie Meli Date: Thu, 25 May 2023 14:49:28 -0400 Subject: [PATCH] finalizing changelog for 8.8 (#2208) --- CHANGELOG.md | 16 ++++++++++++++++ CHANGELOG.next.md | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3af96c00..03ba6f75f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ # 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.8.0](https://github.com/elastic/ecs/compare/v8.7.0...v8.8.0) + +### Schema Changes + +#### Added + +* Add `access` as an allowed type for `event.type: file`. #2174 +* Add `orchestrator.resource.annotation` and `orchestrator.resource.label`. #2181 +* Add `event.kind: asset` as a beta category. #2191 + +### Tooling and Artifact Changes + +#### Added + +* Add `parameters` property for field definitions, to provide any mapping parameter. #2084 + ## [8.7.0](https://github.com/elastic/ecs/compare/v8.6.1...v8.7.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 0e46b20131..a1517826ff 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -32,22 +32,6 @@ Thanks, you're awesome :-) --> #### Deprecated -## 8.8.0 (Feature Freeze) - -### Schema Changes - -#### Added - -* Add `access` as an allowed type for `event.type: file`. #2174 -* Add `orchestrator.resource.annotation` and `orchestrator.resource.label`. #2181 -* Add `event.kind: asset` as a beta category. #2191 - -### Tooling and Artifact Changes - -#### Added - -* Add `parameters` property for field definitions, to provide any mapping parameter. #2084 -