From 03dc05284cf3917b5c4c3cf0cb719d8faa446cce Mon Sep 17 00:00:00 2001 From: Taylor Swanson <90622908+taylor-swanson@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:50:53 -0600 Subject: [PATCH] Finalize 8.11 changelog (#2296) - Forward port of #2295 Co-authored-by: Kylie Meli --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9f43fc4..dedb5ccae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ # 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.11.0](https://github.com/elastic/ecs/compare/v8.10.0...v8.11.0) + +### Schema Changes + +#### Bugfixes + +* Remove `expected_values` from `threat.*.indicator.name` fields. #2281 + +#### Added + +* Added `volume.*` as beta field set. #2269 + +### Tooling and Artifact Changes + +#### Bugfixes + +* Respect reusable.top_level in Beats generator #2278 + ## [8.10.0](https://github.com/elastic/ecs/compare/v8.9.0...v8.10.0) ### Schema Changes