From 7ce79837aee01abc1ec084092c2e03a6add5307c Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Fri, 2 Aug 2024 15:31:17 +0100 Subject: [PATCH] bump version to v1.37.6 (#1878) --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- maestro-cli/gradle.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d525924a..543f932481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.37.6 + +Released on 2024-08-02 + +- Print stack trace on 3rd retry ([#1877](https://github.com/mobile-dev-inc/maestro/pull/1877)) + ## 1.37.5 Released on 2024-08-02 diff --git a/gradle.properties b/gradle.properties index 60ef4bb281..4d6e0c8808 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.37.5 +VERSION_NAME=1.37.6 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 6df72757b8..517a353c56 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.37.5 +CLI_VERSION=1.37.6