diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe294f..b8b845c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ ## [Unreleased] ### Added -* update dependencies ### Fixed ### Changed +## 1.5.0 +### Added +* add desktop views and mobile views + +### Changed +* upgrade dependencies +* replace jaybizzle/crawler-detect with matomo/device-detector + ## 1.4.1 ### Added * handle app urls in twig routing filters ### Fixed + * fix views in analytics modal * replace empty path with "/" in analytics ### Changed diff --git a/UPGRADE.md b/UPGRADE.md index 6c79947..a4b457d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,5 +1,6 @@ ## [Unreleased] +## Upgrade to v1.5.0 ### Commands ``` @@ -9,7 +10,6 @@ make doctrine-migration ``` ## Upgrade to v1.4.0 - ### Commands ```