diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a12a0c3667..752f89f0b8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,7 +14,7 @@ concurrency: env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - MAESTRO_VERSION: '1.40.0' + MAESTRO_VERSION: 'v1.40.0' IOS_DEVICE: 'iPhone 16' IOS_VERSION: '18.1' diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index ff36672ff3..1a992d1410 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -13,7 +13,7 @@ concurrency: env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - MAESTRO_VERSION: '1.40.0' + MAESTRO_VERSION: 'v1.40.0' RN_SENTRY_POD_NAME: RNSentry IOS_APP_ARCHIVE_PATH: sentry-react-native-sample.app.zip ANDROID_APP_ARCHIVE_PATH: sentry-react-native-sample.apk.zip diff --git a/CHANGELOG.md b/CHANGELOG.md index ad29251535..a6dabe02c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ - Bump Cocoa SDK from v8.49.0 to v8.49.1 ([#4771](https://github.com/getsentry/sentry-react-native/pull/4771)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8491) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.0...8.49.1) +- Bump Maestro from v1.39.0 to v1.40.0 ([#4778](https://github.com/getsentry/sentry-react-native/pull/4778)) + - [changelog](https://github.com/mobile-dev-inc/Maestro/blob/main/CHANGELOG.md#v1400) + - [diff](https://github.com/mobile-dev-inc/Maestro/compare/1.39.0...v1.40.0) ## 6.11.0