From 87bb76013ec5de2d37a730388f9e37945c93ac70 Mon Sep 17 00:00:00 2001 From: gmegidish Date: Sun, 14 Jun 2026 17:51:49 +0200 Subject: [PATCH] chore: update changelog for 0.0.19 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983c216..50abf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.19](https://github.com/mobile-next/devicekit-ios/releases/tag/0.0.19) (2026-06-14) +* Refactor: Split H264 streaming code out into a separate repository ([#47](https://github.com/mobile-next/devicekit-ios/pull/47), [#46](https://github.com/mobile-next/devicekit-ios/pull/46)) +* Test: Migrate test suite from Mocha to Playwright ([#49](https://github.com/mobile-next/devicekit-ios/pull/49)) + ## [0.0.18](https://github.com/mobile-next/devicekit-ios/releases/tag/0.0.18) (2026-05-04) * Fix: Prevent XCTest from resetting shouldHaltWhenReceivesControl back to YES on setup