diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ca95d..84be66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Version 0.2.0 + +_2024-02-16_ + +* Fix a crash when comparing differently sized images (#15) + ## Version 0.1.0 _2023-02-10_ diff --git a/gradle.properties b/gradle.properties index 154d4fd..2a0e5f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.native.enableDependencyPropagation=false GROUP=com.dropbox.differ -VERSION_NAME=0.0.2-SNAPSHOT +VERSION_NAME=0.0.2