From 858684e97e22574befbacd75841f26e2a86a272a Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Wed, 29 Jan 2025 09:58:07 -0800 Subject: [PATCH] Prepare changelog for 8.17 release --- CHANGELOG.md | 13 +++++++++++++ CHANGELOG.next.md | 5 ----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c807403c..073e44a3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ # 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.17.0](https://github.com/elastic/ecs/compare/v8.16.0...v8.17.0) + +### Schema Changes + +#### Bugfixes + +* Fix link rendering issues and usage of http in links. #2423 + +#### Improvements + +* Increase ignore_above value for url.query. #2424 +* Set synthetic_source_keep = none on fields that represent sets. #2422 + ## [8.16.0](https://github.com/elastic/ecs/compare/v8.11.0...v8.16.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 3200133475..a1517826ff 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -14,15 +14,10 @@ Thanks, you're awesome :-) --> #### Bugfixes -* Fix link rendering issues and usage of http in links. #2423 - #### Added #### Improvements -* Increase ignore_above value for url.query. #2424 -* Set synthetic_source_keep = none on fields that represent sets. #2422 - #### Deprecated ### Tooling and Artifact Changes