diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eee681cc..41c38276b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -v 0.1.0 +v0.1.1 + - Fix `oxipng *` writing all input files to one output file (#15) + +v0.1.0 - Initial beta release - Reduce color type and bit depth - Recompress with zlib diff --git a/Cargo.toml b/Cargo.toml index 66b6a3db8..90259126d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxipng" -version = "0.1.0" +version = "0.1.1" authors = ["Joshua Holmer "] description = "A lossless PNG compression optimizer" license = "MIT"