diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e99d1e0..8370ac53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.12.0 (Mar 4 2020) +------ +- Added the ability to generate a diff between the old version of a screenshot and the new output in the html report. Currently only works with a configured test image API +- Added support for AGP 3.6 + Gradle 6.2.x + 0.11.0 (Oct 17 2019) ------ - Replaced direct usages of deprecated Gradle APIs diff --git a/gradle.properties b/gradle.properties index 9ec94465..2d383b1b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.11.1-SNAPSHOT +VERSION_NAME=0.12.0 GROUP=com.facebook.testing.screenshot POM_DESCRIPTION=Screenshot Testing framework for Android.