From 64b3e65334e0353647f1105fb0f3cff18802e3dc Mon Sep 17 00:00:00 2001 From: gmegidish Date: Fri, 31 Jul 2026 14:28:58 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af0657..a3b993c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.0.22](https://github.com/mobile-next/devicekit-ios/releases/tag/0.0.22) (2026-07-31) +* Fix: correct element position if it belongs to another window (fixes elements within widgets and such) + ## [0.0.20](https://github.com/mobile-next/devicekit-ios/releases/tag/0.0.20) (2026-06-15) * Feat: device.io.keys handler for sending key combos ([#51](https://github.com/mobile-next/devicekit-ios/pull/51))