From d17019e78d744ce02b8037b154dff612f9fab17d Mon Sep 17 00:00:00 2001 From: Hilal Alsibai Date: Fri, 18 Oct 2019 16:34:27 -0700 Subject: [PATCH] 0.11.0 Summary: Time for a new release Reviewed By: sjkirby Differential Revision: D17989009 fbshipit-source-id: 5fcab446f5d69aa1044949ab6fac54750e4b60cb --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.