Skip to content

Commit

Permalink
Prepare for release 1.18.1 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeetsingh150 authored Dec 27, 2022
1 parent 3e17934 commit 69e8028
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.18.1 - 2022-12-27
* Fix: Create XCUITest driver HTTP server on loopback address
* Fix: Create parity with idb for `text` attribute with following priority:
* Title
* Label
* Value

## 1.18.0 - 2022-12-26
* Feature: Adds new XcUITest driver to capture view hierarchy on iOS.
* Fixes stability issues on iOS 16
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
GROUP=dev.mobile
VERSION_NAME=1.18.1-SNAPSHOT
VERSION_NAME=1.18.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
Expand Down
2 changes: 1 addition & 1 deletion maestro-cli/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CLI_VERSION=1.18.0
CLI_VERSION=1.18.1

0 comments on commit 69e8028

Please sign in to comment.