diff --git a/CHANGELOG.md b/CHANGELOG.md index d451b48e363f69685d4185340e36518264cd9791..9be6c68c6ce346bd65def9ab6bf955a770611efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.6.4 (2019-01-15) + +### Security (1 change) + +- Validate bundle files before unpacking them. + + ## 11.6.3 (2019-01-04) ### Fixed (1 change) diff --git a/changelogs/unreleased/security-2770-verify-bundle-import-files-11-6.yml b/changelogs/unreleased/security-2770-verify-bundle-import-files-11-6.yml deleted file mode 100644 index dea40dd1ef120649a8457951e3993685c7d4248a..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/security-2770-verify-bundle-import-files-11-6.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Validate bundle files before unpacking them -merge_request: -author: -type: security