diff --git a/changelog.md b/changelog.md index ed7f9f6a..08da8926 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ Change Log ========== +## 1.2.2 +_10.20.2020_ + +* Improvement: Show filenames with statistics with multiple file inputs and `--stats` +* Improvement: Remove Kotlin metadata from the output jar +* Fixed: Temporarily removed an optimization that distorted some images + ## 1.2.1 _10.01.2020_ diff --git a/vgo/build.properties b/vgo/build.properties index 44ff3cf2..dda11f74 100644 --- a/vgo/build.properties +++ b/vgo/build.properties @@ -1 +1 @@ -version=1.2.1 \ No newline at end of file +version=1.2.2 \ No newline at end of file