diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c1198311..9852947401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.39.8 + +- Fix: Debug message not showing up when we execute commands on maestro cli anymore + ## 1.39.7 - Feature: Improved web support. diff --git a/gradle.properties b/gradle.properties index e321feb025..26070bcfaf 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.7 +VERSION_NAME=1.39.8 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 c9ad329c03..1f1d4ca3ed 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.39.7 \ No newline at end of file +CLI_VERSION=1.39.8 \ No newline at end of file