diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 829075b..f210517 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,19 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 1.5.1 (2025-01-03) +-------------------------- + +* Added: support for Python 3.13 +* Changed: when converting a file + that is not wav, flac, ogg, or mp3 + to wav, + its sampling rate is first inspected + and then enforced during conversion +* Fixed: reading opus files with their correct sampling rate +* Removed: support for Python 3.8 + + Version 1.5.0 (2024-07-26) --------------------------