Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Thanks, you're awesome :-) -->

#### Added

* Add `device` value to `event.type` #2524
* Added `entity` fieldset as beta #2537

#### Improvements

#### Deprecated
Expand Down
9 changes: 9 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading