diff --git a/CHANGELOG.md b/CHANGELOG.md index e0081a6..592627c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ 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 1.2.0. +## [1.2.3] - 2024-02-19 + +### Changed + +- Moved to cssbeautifier instead of css-beautify +- Small enhancements in pywikiapi: + - Proper error in case of HTTP error + - HTTP timeouts are set in requests operations + +### Fixed + +- Fix delays (missing + not done at the right moment) in category scraping + ## [1.2.2] - 2022-12-30 ### Added diff --git a/wikihow2zim/VERSION b/wikihow2zim/VERSION index 23aa839..0495c4a 100644 --- a/wikihow2zim/VERSION +++ b/wikihow2zim/VERSION @@ -1 +1 @@ -1.2.2 +1.2.3