update changelog and upgrade doc

This commit is contained in:
Simon Vieille 2022-03-10 21:37:11 +01:00
parent ce5c69d467
commit 39637d4094
2 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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