From f94631480da749fbd4e87ada13368c0e3a78827d Mon Sep 17 00:00:00 2001 From: Amanjeet Singh Date: Tue, 19 Nov 2024 13:04:49 +0530 Subject: [PATCH] Prepare for release 1.39.2 (#2146) --- CHANGELOG.md | 11 ++++++++++- gradle.properties | 2 +- maestro-cli/gradle.properties | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53de339231..2578c84fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ ## Unreleased +## 1.39.2 + +Released on 2024-11-19 + +Fixes: +- Fix: Insights object causing ConcurrentModificationException ([#2131](https://github.com/mobile-dev-inc/maestro/pull/2131)) +- Fix: Timeout unit in scrollUntilVisible command ([#2112](https://github.com/mobile-dev-inc/maestro/pull/2112)) +- Feat: Add new status for robin flows: PREPARING and INSTALLING. ([#2145](https://github.com/mobile-dev-inc/maestro/pull/2145)) + ## 1.39.1 -Released on 2024-111-04 +Released on 2024-11-04 Fixes: - Fix: clearState now automatically reinstall the App ([#2118](https://github.com/mobile-dev-inc/maestro/pull/2118)) diff --git a/gradle.properties b/gradle.properties index 142f7b54fb..84b4bdb021 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.39.1 +VERSION_NAME=1.39.2 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 d46ae0af0c..0abe0fd973 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.39.1 +CLI_VERSION=1.39.2