From 98b863d2951d7e9f5e9bb0132686a5f01144cb74 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Tue, 17 Dec 2024 07:16:45 -0500 Subject: [PATCH] Add changelog --- CHANGELOG.rst | 9 +++++++++ av/about.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a30385f9..e65107428 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,7 +17,16 @@ We are operating with `semantic versioning `_. are merged into the "default" branch. +v14.1.0 (Unreleased) +-------------------- + +Features + +- Add hardware decoding by :gh-user:`matthewlai` and :gh-user:`WyattBlue` in (:pr:`1685`). + + v14.0.1 +------- Fixes: diff --git a/av/about.py b/av/about.py index 4fcf9b8bb..217fb25cb 100644 --- a/av/about.py +++ b/av/about.py @@ -1 +1 @@ -__version__ = "14.0.1" +__version__ = "14.1.0"