diff --git a/CHANGELOG b/CHANGELOG index 18beda8..8cb32a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,7 +5,7 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 2.1.15). -## [Unreleased] +## [2.3.0] - 2024-05-22 ### Added @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed default publisher metadata to 'openZIM' - Validate ZIM metadata (tags, title, description, long_description) as early as possible -- Migrate to zimscraperlib 3.3.2 +- Migrate to zimscraperlib 3.3.2 (including **new VideoLowWebm encoder preset version 2**) - Upgrade Python dependencies, including migration to Python 3.12 ## [2.2.0] - 2023-11-17 diff --git a/src/youtube2zim/__about__.py b/src/youtube2zim/__about__.py index d6eeb6c..55e4709 100644 --- a/src/youtube2zim/__about__.py +++ b/src/youtube2zim/__about__.py @@ -1 +1 @@ -__version__ = "2.3.0-dev0" +__version__ = "2.3.0"