diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ab4e70..95fa53af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.7.0 (Apr 19 2018) +----- +- Added the ability to retrieve the resulting Bitmap for custom use on your RecordBuilder +- Removed the runtime dependency on Dexmaker, this will resolve any issues of using frameworks such as Mockito in your screenshot tests +- Added a a check to fail when resultant screenshots are extremely large +- Rewrote the client plugin to provide screenshot test tasks per applicable variant +- Re-license to Apache 2 + 0.6.0 (Feb 06 2018) ----- - Added the ability to run screenshot tests on multiple devices at once diff --git a/gradle.properties b/gradle.properties index 72fc7434..05692304 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.7.0-SNAPSHOT +VERSION_NAME=0.7.0 GROUP=com.facebook.testing.screenshot org.gradle.configureondemand=true