From 39637d4094dc7c5f718486b3c8ce2df6081c73fe Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 10 Mar 2022 21:37:11 +0100 Subject: [PATCH] update changelog and upgrade doc --- CHANGELOG.md | 7 +++++++ UPGRADE.md | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00468b5..634d0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ### Fixed ### Changed +## [1.8.0] - 2022-03-10 +### Added +* add security roles in app configuration +* add option to restrict node access to specific roles +### Changed +* rename `core/EventSuscriber` with `core/EventSubscriber` + ## [1.7.3] - 2022-03-06 ### Added * add ability to rename file in the file manager diff --git a/UPGRADE.md b/UPGRADE.md index 0d80069..277bb8c 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,5 +1,10 @@ ## [Unreleased] +## Upgrade to v1.8.0 +### Files + +Event subscribers in `src/EventSubscriber` must update namespaces. + ## Upgrade to v1.7.0 ### Commands