Skip to content

Commit 76aead5

Browse files
authored
Prepare 9.2 changelog (#2540)
Prepare changelog for 9.2
1 parent e66a220 commit 76aead5

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
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: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,31 @@
66
77
Thanks, you're awesome :-) -->
88

9-
## 9.2.0 (Feature Freeze)
9+
## Unreleased
1010

1111
### Schema Changes
1212

13+
#### Breaking changes
14+
15+
#### Bugfixes
16+
17+
#### Added
18+
19+
#### Improvements
20+
21+
#### Deprecated
22+
23+
### Tooling and Artifact Changes
24+
25+
#### Breaking changes
26+
27+
#### Bugfixes
28+
1329
#### Added
1430

15-
* Add `device` value to `event.type` #2524
16-
* Add new `device` fields #2530
17-
* Added `entity` fieldset as beta #2537
31+
#### Improvements
32+
33+
#### Deprecated
1834

1935
<!-- All empty sections:
2036

docs/release-notes/index.md

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

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

2535
### Features and enhancements [ecs-9-0-0-features-enhancements]

0 commit comments

Comments
 (0)