diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa63700..d3a3ca71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Next +### Version 6.0.1 - [Bugfix] Fix an issue where Zopfli mode could generate corrupt images diff --git a/Cargo.toml b/Cargo.toml index 4af064d7..d0c8f13e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "6.0.0" +version = "6.0.1" rust-version = "1.57.0" [badges]