From b8a05a228300036079d48ade14d1aa5b115d618e Mon Sep 17 00:00:00 2001 From: artem888 Date: Fri, 10 Nov 2023 13:22:35 +0100 Subject: [PATCH] Prepare for release 1.34.1 (#1582) * update changelog * bump version to 1.34.1 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- maestro-cli/gradle.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0c27a259..c2030ce1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.34.1 - 2023-11-9 +- Feature: add support `--device-locale` parameter for `maestro cloud` command +- Feature: add support iOS17 for `maestro start-device` command +- Feature: add support Android API level 34 for `maestro start-device` command + ## 1.34.0 - 2023-10-24 - Feature: support `--device-locale` parameter for `maestro start-device` - Feature: add `centerElement` parameter for `scrollUntilVisible`. Center element will attempt to stop scrolling when the element is near the center of the screen. diff --git a/gradle.properties b/gradle.properties index 9875691db3..dd1ccdddea 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.34.0 +VERSION_NAME=1.34.1 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 f25b4251df..bfbdc6bc6a 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.34.0 +CLI_VERSION=1.34.1