From 1eba07b41f7082fab7a6c9af7abcec229f0f722e Mon Sep 17 00:00:00 2001 From: gmegidish Date: Mon, 27 Apr 2026 19:56:06 +0200 Subject: [PATCH] docs: update changelog for 0.3.67 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebc26c..13e9f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.3.67](https://github.com/mobile-next/mobilecli/releases/tag/0.3.67) (2026-04-27) +* General: Validate artifact host for upload and download to address codeql ssrf alerts ([#207](https://github.com/mobile-next/mobilecli/pull/207)) +* iOS: Fix race condition when assigning device kit agent a random port for iOS Simulator ([#204](https://github.com/mobile-next/mobilecli/pull/204)) +* iOS: Remove redundant HOME button press after launching device kit agent ([#203](https://github.com/mobile-next/mobilecli/pull/203)) + ## [0.3.66](https://github.com/mobile-next/mobilecli/releases/tag/0.3.66) (2026-04-16) * General: Add `mobilecli agent install` command for automatically installing devicekit-ios and devicekit-android ([#196](https://github.com/mobile-next/mobilecli/pull/196)) * iOS: Disable HTTP keep-alives to fix real device port forwarding ([#197](https://github.com/mobile-next/mobilecli/pull/197))