From 5e4bb7b374312811f540108d461671c1067f56cc Mon Sep 17 00:00:00 2001 From: Bharat Pasupula <123897612+bhapas@users.noreply.github.com> Date: Wed, 26 Jul 2023 17:45:48 +0200 Subject: [PATCH] Finalize 8.9 changelog (#2238) * 8.9 FF changelog updates * Update CHANGELOG.next.md Co-authored-by: Kylie Meli * Finalize 8.9 changelog --------- Co-authored-by: Kylie Meli --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2af687a..e7223fd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ # 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.9.0](https://github.com/elastic/ecs/compare/v8.8.0...v8.9.0) + +### Schema Changes + +### Bugfixes + +#### Added +* Added `process.vpid` for namespaced process ids. #2211 + +### Improvements + +#### Deprecated +* Removed `faas.trigger: nested` since we only have one trigger. #2194 + ## [8.8.0](https://github.com/elastic/ecs/compare/v8.7.0...v8.8.0) ### Schema Changes