diff --git a/CHANGELOG.md b/CHANGELOG.md index 347bb47f..1a4d3fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] +## [3.2.0] - 2024-10-11 ### Deprecated diff --git a/scraper/src/youtube2zim/__about__.py b/scraper/src/youtube2zim/__about__.py index 1739bce6..11731085 100644 --- a/scraper/src/youtube2zim/__about__.py +++ b/scraper/src/youtube2zim/__about__.py @@ -1 +1 @@ -__version__ = "3.1.1-dev0" +__version__ = "3.2.0"