diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a016852..18e1f625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## 4.7.2 +- Update webp lib +- Crop image all the time when using webp converter +- fix issue with mangaupdate when data isn't available + ## 4.6.2 - Fix flamescans source to use the new domain name (flamecomics) diff --git a/constant/meta.go b/constant/meta.go index 05b6deda..d7aa01cb 100644 --- a/constant/meta.go +++ b/constant/meta.go @@ -2,6 +2,6 @@ package constant const ( Mangal = "mangal" - Version = "4.7.1" + Version = "4.7.2" UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36" )