diff --git a/CHANGELOG.md b/CHANGELOG.md index b1412bf9..50ecab49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +0.10.0 (Jun 11 2019) +------ +- Added batch downloading of screenshot images instead of pulling individual files +- Added Accessibility hierarchy information +- Added ability to specify max sizes for images +- Fixed addDeps functionality parameter in the plugin +- Fixed referenceDir functionality in the plugin +- Fixed an issue on Samsung devices where a crash would occur when faking a WindowAttachment +- Migrated to AndroidX + 0.9.0 (Apr 1 2019) ----- - Added a setMaxPixels method to the record builder interface to allow for really large images diff --git a/gradle.properties b/gradle.properties index 1943295a..28779d5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Copyright (c) Facebook, Inc. and its affiliates. -VERSION_NAME=0.10.0-SNAPSHOT +VERSION_NAME=0.10.0 GROUP=com.facebook.testing.screenshot POM_DESCRIPTION=Screenshot Testing framework for Android.