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