Skip to content

Commit 716f2ad

Browse files
authored
finalize changelog for 9.3 release (#2578)
1 parent 621a856 commit 716f2ad

File tree

2 files changed

+15
-22
lines changed

2 files changed

+15
-22
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.3.0](https://github.com/elastic/ecs/compare/v9.2.0...v9.3.0)
7+
8+
### Schema Changes
9+
10+
#### Added
11+
12+
* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
13+
* Allow entity fields at root level. #2567
14+
* Added `entity.target` for self-nesting. #2567
15+
* Added the target field to be nested under host #2571
16+
17+
#### Improvements
18+
19+
* Added details for implementation of url.query to avoid ambiguity #2488
20+
621
## [9.2.0](https://github.com/elastic/ecs/compare/v9.1.0...v9.2.0)
722

823
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@
66
77
Thanks, you're awesome :-) -->
88

9-
## 9.3.0 (Feature Freeze)
10-
11-
### Schema Changes
12-
13-
#### Added
14-
15-
* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
16-
* Allow entity fields at root level. #2567
17-
* Added `entity.target` for self-nesting. #2567
18-
* Added the target field to be nested under host #2571
19-
20-
#### Improvements
21-
22-
* Added details for implementation of url.query to avoid ambiguity #2488
23-
249
## Unreleased
2510

2611
### Schema Changes
@@ -31,15 +16,8 @@ Thanks, you're awesome :-) -->
3116

3217
#### Added
3318

34-
* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
35-
* Allow entity fields at root level. #2567
36-
* Added `entity.target` for self-nesting. #2567
37-
* Added the target field to be nested under host #2571
38-
3919
#### Improvements
4020

41-
* Added details for implementation of url.query to avoid ambiguity #2488
42-
4321
#### Deprecated
4422

4523
### Tooling and Artifact Changes

0 commit comments

Comments
 (0)