diff --git a/CHANGELOG.md b/CHANGELOG.md index b76317344..d59fa9c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,13 @@ All notable changes to this project will be documented in this file. ### Changed -- Upgraded all Composer and Node dependencies, most notably: PHP to 8.5 (from 8.4), TailwindCSS to v4.0 (from v3) and Laravel to v12 (from v10) +- Upgraded all Composer and Node dependencies, most notably: PHP to 8.5 (previously 8.4), TailwindCSS to v4.0 (previously v3) and Laravel to v12 (previously v10) - **Docker:** - - Upgraded all Docker dependencies, most notably: Postgres to v18 (from v15) and Redis to v8 (from v7) + - Upgraded all Docker dependencies, most notably: Postgres to v18 (previously v15) and Redis to v8 (previously v7) - - **Laravel Configurations:** - Changed hashing algorithm from `bcrypt` to `argon2id` for enhanced security - - Use Redis for sessions and expire inactive sessions after 24h + - Use Redis for sessions and expire inactive sessions after 24h (previously 14 days) - Encrypt user sessions data - Redirect Laravel logs to `stderr` so they can be viewed in docker logs - Configured production logging to rotate automatically and keep only the last 10 days of logs to reduce disk usage