diff --git a/CHANGES.rst b/CHANGES.rst index 3fb6604f4..c26ff1b49 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,15 @@ Changes ======= +Version 2.13.0 (2026-04-22) + +- facets: add collection facet +- fix(frames): correct extracted frame timestamp calculation +- fix(ldap):add exact e-group mail match +- deposit: preserve legacy_recid and _curation fields +- sanitizer: allow href and link in ckeditor +- fix(permissions): allow update users to read metadata/files + Version 2.12.0 (2026-04-08) - schema: normalize MARC tag keys to numeric format in serializer diff --git a/cds/version.py b/cds/version.py index 7665fd451..bb4e1f46c 100644 --- a/cds/version.py +++ b/cds/version.py @@ -24,4 +24,4 @@ """CDS version.""" -__version__ = "2.12.0" +__version__ = "2.13.0"