diff --git a/CHANGES.md b/CHANGES.md index a0a0e84..f2a7194 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changes +Version 1.22.0 (released 2025-12-19) + +- feat(records): override files template to customize file display name +- fix(redirector): Find file in older versions if no version provided +- fix(redirector): Redirect to download for non-previewable files +- fix(legacy): handle PermissionDeniedError in legacy file redirects +- fix(theme): decrease the environment bar +- fix(components): Raise ValidationErrorWithMessageAsList + Version 1.21.0 (released 2025-12-15) - add(clc sync): link to remove sync diff --git a/pyproject.toml b/pyproject.toml index cf59109..7f6a842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cds-rdm-app" -version = "1.21.0" +version = "1.22.0" authors = [ { name = "CERN" } ] diff --git a/uv.lock b/uv.lock index 19a1218..298ff23 100644 --- a/uv.lock +++ b/uv.lock @@ -501,7 +501,7 @@ source = { editable = "site" } [[package]] name = "cds-rdm-app" -version = "1.21.0" +version = "1.22.0" source = { virtual = "." } dependencies = [ { name = "cds-rdm" },