diff --git a/CHANGELOG.md b/CHANGELOG.md index 8370ac53..d09bf8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.13.0 (Jul 8 2020) +------ +- Made accessibility node information optional +- Bugfixes surrounding obtaining accessibility node information + 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 diff --git a/gradle.properties b/gradle.properties index baf3d4fd..d836c47e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.13.0-SNAPSHOT +VERSION_NAME=0.13.0 GROUP=com.facebook.testing.screenshot POM_DESCRIPTION=Screenshot Testing framework for Android.