From 805a93fdf2ea49af1f324112673f191b08f833ea Mon Sep 17 00:00:00 2001 From: Hilal Alsibai Date: Wed, 4 Mar 2020 11:33:20 -0800 Subject: [PATCH] 0.12.0 Summary: Update to support newest AGP Reviewed By: sjkirby Differential Revision: D20252093 fbshipit-source-id: 171c356c093753a3c337f3f80028405f1e418e33 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.