diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 71ddc1214..a340bb088 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,17 @@ We are operating with `semantic versioning `_. Note that they these tags will not actually close the issue/PR until they are merged into the "default" branch. +v14.4.0 +------- + +Features: + +- Expose the duration field for frames by :gh-user:`Queuecumber` in (:pr:`1880`). +- Add support for BGR48 and BGRA64 pixel formats by :gh-user:`z-khan` in (:pr:`1873`). + +Fixes: + +- Fix security vulnerabilities in binary wheels by :gh-user:`jlaine` in (:pr:`1896`). v14.3.0 ------- diff --git a/av/about.py b/av/about.py index f79d47d48..15fd90e44 100644 --- a/av/about.py +++ b/av/about.py @@ -1 +1 @@ -__version__ = "14.3.0" +__version__ = "14.4.0"