diff --git a/CHANGES.rst b/CHANGES.rst index 2eab8dfd0..fe6b71b95 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,12 @@ Changes ======= +Version 1.0.42 (2024-01-15) + +- Migrate license of THEOPlayer from SDK to key +- Show video file size warning when more than 100 Mb +- Fix failing tests + Version 1.0.41 (2023-06-13) - Fix incompatibility with Chrome popover APIs diff --git a/cds/version.py b/cds/version.py index 6c7fc26f4..bfa7944f9 100644 --- a/cds/version.py +++ b/cds/version.py @@ -24,4 +24,4 @@ """CDS version.""" -__version__ = "1.0.41" +__version__ = "1.0.42"