From cd5c37cbff56e008e5dab9b3e6f0711bfdd836d1 Mon Sep 17 00:00:00 2001 From: Philip Peitsch Date: Thu, 12 Sep 2024 10:24:34 +1000 Subject: [PATCH] Prepare for 1.7.8 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5df1982..70bb49fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.7.8 + +- iOS: Properly convert peripheral UUID for isConnected (#1033) + ## 1.7.7 - iOS: Fix support for 16 & 32-bit UUIDs on iOS (#1031, #1032)