diff --git a/CHANGELOG.md b/CHANGELOG.md index fec7e3727..40b8907eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ # 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/). +## [9.2.0](https://github.com/elastic/ecs/compare/v9.1.0...v9.2.0) + +### Schema Changes + +#### Added + +* Add `device` value to `event.type` #2524 +* Add new `device` fields #2530 +* Added `entity` fieldset as beta #2537 + + ## [9.1.0](https://github.com/elastic/ecs/compare/v9.0.0...v9.1.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 987e3a234..a1517826f 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -16,9 +16,6 @@ Thanks, you're awesome :-) --> #### Added -* Add `device` value to `event.type` #2524 -* Added `entity` fieldset as beta #2537 - #### Improvements #### Deprecated diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 8ebca075c..fa1b4e3fb 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -20,6 +20,15 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [ecs-next-fixes] % * +## 9.2.0 [ecs-9-2-0-release-notes] + +### Features and enhancements [ecs-9-2-0-features-enhancements] + +* Add `device` value to `event.type` [#2524](https://github.com/elastic/ecs/pull/2524) +* Add new `device` fields [#2530](https://github.com/elastic/ecs/pull/2530) +* Added `entity` fieldset as beta [#2537](https://github.com/elastic/ecs/pull/2537) + + ## 9.1.0 [ecs-9-1-0-release-notes] ### Features and enhancements [ecs-9-1-0-features-enhancements]