diff --git a/.app_version b/.app_version index 48b91fd8..8b95abd9 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.24.1 +0.24.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d90083..61cec6c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # 0.24.2 - 2025-02-15 +## Added + +- Status field to the User model. Inactive users are now being restricted from accessing some of the functionality, which is mostly about writing data to the database. Reading is remaining unrestricted. + ## Fixed - Fixed a bug where background jobs to import Immich and Photoprism geolocation data data could not be created by non-admin users.