From 673e4ff6592134e4f43d081f185ceb42d14be8fd Mon Sep 17 00:00:00 2001 From: Igor Lema <48068670+igorsmotto@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:47:02 -0300 Subject: [PATCH] Prepare for release 1.39.1 (#2125) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- maestro-cli/gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b393bff88..53de339231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 1.39.1 + +Released on 2024-111-04 + +Fixes: +- Fix: clearState now automatically reinstall the App ([#2118](https://github.com/mobile-dev-inc/maestro/pull/2118)) + ## 1.39.0 Released on 2024-10-15 diff --git a/gradle.properties b/gradle.properties index a2554abc45..142f7b54fb 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.0 +VERSION_NAME=1.39.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 f84186d249..d46ae0af0c 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.39.0 +CLI_VERSION=1.39.1