diff --git a/CHANGELOG.md b/CHANGELOG.md index b681b7306f..36d6672a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ # 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/). +## [1.9.0](https://github.com/elastic/ecs/compare/v1.8.0...v1.9.0) + +### Schema Changes + +#### Added + +* Added `hash.ssdeep`. #1169 +* Added `cloud.service.name`. #1204 +* Added `http.request.id`. #1208 +* `data_stream.*` fieldset introduced in experimental schema and artifacts. #1215 +* Added `geo.timezone`, `geo.postal_code`, and `geo.continent_code`. #1229 +* Added `beta` host metrics fields. #1248 +* Added `code_signature.team_id`, `code_signature.signing_id`. #1249 +* Extended `pe` fields added to experimental schema. #1256 +* Add `elf` fieldset to experimental schema. #1261 +* Add `threat.indicator` fields to experimental schema. #1268 + +#### Improvements + +* Include formatting guidance and examples for MAC address fields. #456 +* New section in ECS detailing event categorization fields usage. #1242 +* `user.changes.*`, `user.effective.*`, and `user.target.*` field reuses are GA. #1271 + +### Tooling and Artifact Changes + +#### Improvements + +* Update Python dependencies #1310, #1318 +* Adjustments to use terminology that doesn't have negative connotation. #1315 + + ## [1.8.0](https://github.com/elastic/ecs/compare/v1.7.0...v1.8.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 04bade1272..752c035085 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -38,31 +38,6 @@ Thanks, you're awesome :-) --> #### Deprecated - -## 1.9.0 (Feature Freeze) - -### Schema Changes - -#### Added - -* Added `hash.ssdeep`. #1169 -* Added `cloud.service.name`. #1204 -* Added `http.request.id`. #1208 -* `data_stream.*` fieldset introduced in experimental schema and artifacts. #1215 -* Added `geo.timezone`, `geo.postal_code`, and `geo.continent_code`. #1229 -* Added `beta` host metrics fields. #1248 -* Added `code_signature.team_id`, `code_signature.signing_id`. #1249 -* Extended `pe` fields added to experimental schema. #1256 -* Add `elf` fieldset to experimental schema. #1261 -* Add `threat.indicator` fields to experimental schema. #1268 - -#### Improvements - -* Include formatting guidance and examples for MAC address fields. #456 -* New section in ECS detailing event categorization fields usage. #1242 -* `user.changes.*`, `user.effective.*`, and `user.target.*` field reuses are GA. #1271 -* Update Python dependencies #1310, #1318 -