diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ecab49..3e99d1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.11.0 (Oct 17 2019) +------ +- Replaced direct usages of deprecated Gradle APIs +- Adopted the Contributor Covenant +- Added `failureDir` which saves the expected, actual and diff images of each failing test when verification fails. + 0.10.0 (Jun 11 2019) ------ - Added batch downloading of screenshot images instead of pulling individual files diff --git a/gradle.properties b/gradle.properties index 38fbd250..6526ce63 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Copyright (c) Facebook, Inc. and its affiliates. -VERSION_NAME=0.11.0-SNAPSHOT +VERSION_NAME=0.11.0 GROUP=com.facebook.testing.screenshot POM_DESCRIPTION=Screenshot Testing framework for Android.