Skip to content

Commit

Permalink
Move 8.7.0 entries from CHANGELOG.next.md to CHANGELOG.md (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr authored Mar 30, 2023
1 parent c1432d8 commit ba1942d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [8.7.0](https://github.com/elastic/ecs/compare/v8.6.1...v8.7.0)

### Schema Changes

#### Bugfixes

* remove duplicated `client.domain` definition #2120

#### Added

* adding `name` field to `threat.indicator` #2121
* adding `api` option to `event.category` #2147
* adding `library` option to `event.category` #2154

#### Improvements

* description for `host.name` definition updated to encourage use of FDQN #2122

### Tooling and Artifact Changes

#### Improvements

* Updated usage docs to include `threat.indicator.url.domain` and changed `indicator.marking.tlp` and `indicator.enrichments.marking.tlp` from "WHITE" to "CLEAR" to align with TLP 2.0. #2124
* Bump `gitpython` from `3.1.27` to `3.1.30` in `/scripts`. #2139

## [8.6.1](https://github.com/elastic/ecs/compare/v8.6.0...v8.6.1)

### Schema Changes
Expand Down
25 changes: 0 additions & 25 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,6 @@ Thanks, you're awesome :-) -->

#### Deprecated

## 8.7.0 (Hard Feature Freeze)

### Schema Changes

#### Bugfixes

* remove duplicated `client.domain` definition #2120

#### Added

* adding `name` field to `threat.indicator` #2121
* adding `api` option to `event.category` #2147
* adding `library` option to `event.category` #2154

#### Improvements

* description for `host.name` definition updated to encourage use of FDQN #2122

### Tooling and Artifact Changes

#### Improvements

* Updated usage docs to include `threat.indicator.url.domain` and changed `indicator.marking.tlp` and `indicator.enrichments.marking.tlp` from "WHITE" to "CLEAR" to align with TLP 2.0. #2124
* Bump `gitpython` from `3.1.27` to `3.1.30` in `/scripts`. #2139

<!-- All empty sections:
## Unreleased
Expand Down

0 comments on commit ba1942d

Please sign in to comment.