diff --git a/CHANGELOG.md b/CHANGELOG.md index 82158b8585..210b0eb39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ # 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.0.1](https://github.com/elastic/ecs/compare/v8.0.0...v8.0.1) + +### Tooling and Artifact Changes + +#### Bugfixes + +* Pin `markupsafe==2.0.1` to resolve `ImportError` exception. #1804 + ## [8.0.0](https://github.com/elastic/ecs/compare/v1.12.2...v8.0.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index b399c962bc..a1517826ff 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -26,8 +26,6 @@ Thanks, you're awesome :-) --> #### Bugfixes -* Pin `markupsafe==2.0.1` to resolve `ImportError` exception. #1804 - #### Added #### Improvements