There was an error while loading. Please reload this page.
1 parent b6296cc commit a19b671Copy full SHA for a19b671
2 files changed
CHANGES.rst
@@ -25,6 +25,12 @@
25
Changes
26
=======
27
28
+Version 2.12.0 (2026-04-08)
29
+
30
+- schema: normalize MARC tag keys to numeric format in serializer
31
+- schema: add new curation fields for digitized videos
32
+- requirements: bump invenio-files-rest to allow range requests
33
34
Version 2.11.1 (2026-03-17)
35
36
- fix(serializer): include hours in VTT timestamp formatting
cds/version.py
@@ -24,4 +24,4 @@
24
"""CDS version."""
-__version__ = "2.11.1"
+__version__ = "2.12.0"
0 commit comments