diff --git a/.env b/.env index 64a6d1add..995d4e0df 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ TRUSTED_PROXIES=172.16.0.0/21 #TRUSTED_HOSTS= ###< symfony/framework-bundle ### -APP_VERSION=3.20.1 +APP_VERSION=3.20.2 DATABASE_HOST=127.0.0.1 DATABASE_PORT= diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b7e7c2bb4..ecf40a87a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,11 @@ # Release Notes # -## 3.21.1 ## +## 3.20.2 ## +- (T365507): Add support for temporary accounts, treat them the same as IPs. +- EditCounter (T362818): Fix timecard to accommodate fractional timezones. +- Localization updates. + +## 3.20.1 ## - Fixed issue with monolog configuration. ## 3.20.0 ##