diff --git a/CHANGES.rst b/CHANGES.rst index 26903ca4e..cafbd1064 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,13 @@ Changes ======= +Version 2.10.0 (2026-01-28) + +- fix(keywords): escape double quotes on keyword name +- fix(stats): remove double variable assignment +- requirements: bump counter-robots lib +- subtitles: support srt files and convert to vtt + Version 2.9.2 (2025-11-28) - deposit: add CKEditor `Source` back and sanitize HTML using DOMPurify diff --git a/cds/version.py b/cds/version.py index 0e1ef66e0..43ce13725 100644 --- a/cds/version.py +++ b/cds/version.py @@ -24,4 +24,4 @@ """CDS version.""" -__version__ = "2.9.1" +__version__ = "2.10.0"