From d393982210e00ab42396177fab7178a48e0cc5b7 Mon Sep 17 00:00:00 2001 From: gmegidish Date: Mon, 4 May 2026 13:28:07 +0200 Subject: [PATCH] docs: update changelog for 0.3.70 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c98ffd..ab5192d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.3.70](https://github.com/mobile-next/mobilecli/releases/tag/0.3.70) (2026-05-04) +* iOS: Fix terminating simulator runner and register shutdown hook on agent start ([#217](https://github.com/mobile-next/mobilecli/pull/217)) +* iOS: Update devicekit-ios agent to 0.0.18 ([#220](https://github.com/mobile-next/mobilecli/pull/220)) +* iOS: Include `placeholder` field in dump UI view tree response + ## [0.3.69](https://github.com/mobile-next/mobilecli/releases/tag/0.3.69) (2026-05-01) * iOS: update go-ios library to v1.0.211 which fixes iOS 26 on OSX Tahoe ([#212](https://github.com/mobile-next/mobilecli/pull/212))