diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c259a52c..fec7e3727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ # 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.1.0](https://github.com/elastic/ecs/compare/v9.0.0...v9.1.0) + +### Schema Changes + +#### Bugfixes + +* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441 +* Add `thumbprint_sha256` to `code_signature` schema. #2452 + +#### Added + +* Add `gen_ai` fields to schema as beta. #2475 + +### Tooling and Artifact Changes + +#### Bugfixes + +* Fix otel urls for fieldsets with underscores. #2486 + +#### Improvements + +* Allow Unicode characters in generated ECS yml files. #2478 +* Update semconv version used in file generation to v1.34.0 #2483 + + ## [9.0.0](https://github.com/elastic/ecs/compare/v8.17.0...v9.0.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index c922e4964..a1517826f 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -14,13 +14,8 @@ Thanks, you're awesome :-) --> #### Bugfixes -* Add `thumbprint_sha256` to `code_signature` schema. #2452 -* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas #2441 - #### Added -* Add `gen_ai` fields to schema as beta. #2475 - #### Improvements #### Deprecated @@ -31,15 +26,10 @@ Thanks, you're awesome :-) --> #### Bugfixes -* Fix otel urls for fieldsets with underscores. #2486 - #### Added #### Improvements -* Allow Unicode characters in generated ECS yml files. #2478 -* Update semconv version used in file generation to v1.34.0 #2483 - #### Deprecated