diff --git a/CHANGELOG.md b/CHANGELOG.md index bef77db9b5..d02baf3b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.19.5 - 2023-01-19 +* Fix: inputText was not working on iOS React Native apps +* Fix: Maestro fails to launch on iOS if --device parameter is present +* Fix: Evaluate JS scripts with element selector in swipe command +* Tweak: added tags to sample flows +* Tweak: indicating whether build is running on CI in analytics + ## 1.19.2 - 2023-01-17 * Hotfix: Maestro Studio was not working diff --git a/gradle.properties b/gradle.properties index 321860e560..2dea6f95a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ android.useAndroidX=true android.enableJetifier=true kotlin.code.style=official GROUP=dev.mobile -VERSION_NAME=1.19.5-SNAPSHOT +VERSION_NAME=1.19.5 POM_DESCRIPTION=Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API. POM_URL=/~https://github.com/mobile-dev-inc/maestro POM_SCM_URL=/~https://github.com/mobile-dev-inc/maestro diff --git a/maestro-cli/gradle.properties b/maestro-cli/gradle.properties index 474f06e567..e61f9f51a7 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.19.4 +CLI_VERSION=1.19.5