diff --git a/CHANGELOG.md b/CHANGELOG.md index 543f932481..104ca6f66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.37.7 + +Released on 2024-08-03 + +- Fix cryptic "Socket Exception" when `CI` env var is set, once and for all (#1882) + ## 1.37.6 Released on 2024-08-02 diff --git a/gradle.properties b/gradle.properties index 4d6e0c8808..b689286d0f 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.6 +VERSION_NAME=1.37.7 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 517a353c56..fa38569dcf 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.37.6 +CLI_VERSION=1.37.7