diff --git a/CHANGES.rst b/CHANGES.rst index 490108e53..5c48963cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,12 @@ Changes ======= +Version 2.11.0 (2026-02-17) + +- player: add keyboard shortcuts +- ui: always display edit and publish buttons +- fix(serializer): do not remove HTML tags for titles + Version 2.10.1 (2026-01-28) - fix(keywords): syntax error on escape double quotes on keyword name diff --git a/cds/version.py b/cds/version.py index cac63f4d2..4cc408637 100644 --- a/cds/version.py +++ b/cds/version.py @@ -24,4 +24,4 @@ """CDS version.""" -__version__ = "2.10.1" +__version__ = "2.11.0"