From 3830c1db01bd8e7e90cc6a6d8ae70db59ddba4e2 Mon Sep 17 00:00:00 2001 From: Hilal Alsibai Date: Mon, 30 Jul 2018 16:39:24 -0700 Subject: [PATCH] 0.8.0 Summary: Time to release 0.8.0 Reviewed By: sjkirby Differential Revision: D9071092 fbshipit-source-id: 30acda9916a9b036d4c1e352d7e56e4ae7cab11a --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fa53af..0f7d4444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.8.0 (Jul 30 2018) +----- +- Replaced androidTestApi with androidTestImplementation when adding in core dependency via the plugin +- Fixed a bug where requesting focus prior to being attached to a Window would crash +- Added the ability to customize the max pixel size restriction +- Moved generated report to build/ instead of /tmp +- Added language to the device name calculation for multiple devices + 0.7.0 (Apr 19 2018) ----- - Added the ability to retrieve the resulting Bitmap for custom use on your RecordBuilder diff --git a/gradle.properties b/gradle.properties index 1923600e..cdc36368 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.8.0-SNAPSHOT +VERSION_NAME=0.8.0 GROUP=com.facebook.testing.screenshot org.gradle.configureondemand=true