Skip to content

Commit 75c8b61

Browse files
authored
Forward port 9.2 changelog (#2558)
* [forward-port] Prepare changelog with changes in 9.2. (#2536) * Add back all changelog sections * Prepare 9.2 changelog (#2540) Prepare changelog for 9.2
1 parent 4826dcd commit 75c8b61

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
# CHANGELOG
44
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/).
55

6+
## [9.2.0](https://github.com/elastic/ecs/compare/v9.1.0...v9.2.0)
7+
8+
### Schema Changes
9+
10+
#### Added
11+
12+
* Add `device` value to `event.type` #2524
13+
* Add new `device` fields #2530
14+
* Added `entity` fieldset as beta #2537
15+
16+
617
## [9.1.0](https://github.com/elastic/ecs/compare/v9.0.0...v9.1.0)
718

819
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Thanks, you're awesome :-) -->
1616

1717
#### Added
1818

19-
* Add `device` value to `event.type` #2524
20-
* Added `entity` fieldset as beta #2537
21-
2219
#### Improvements
2320

2421
#### Deprecated

docs/release-notes/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [ecs-next-fixes]
2121
% *
2222

23+
## 9.2.0 [ecs-9-2-0-release-notes]
24+
25+
### Features and enhancements [ecs-9-2-0-features-enhancements]
26+
27+
* Add `device` value to `event.type` [#2524](https://github.com/elastic/ecs/pull/2524)
28+
* Add new `device` fields [#2530](https://github.com/elastic/ecs/pull/2530)
29+
* Added `entity` fieldset as beta [#2537](https://github.com/elastic/ecs/pull/2537)
30+
31+
2332
## 9.1.0 [ecs-9-1-0-release-notes]
2433

2534
### Features and enhancements [ecs-9-1-0-features-enhancements]

0 commit comments

Comments
 (0)