From 9f64cf7e24d43cb56ae2a2b518ec90f682aec664 Mon Sep 17 00:00:00 2001 From: MendixMobile Date: Fri, 7 Aug 2026 13:42:24 +0000 Subject: [PATCH] chore: update CHANGELOG for v19.1.3 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4feba264..54fa07ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [19.1.3] - 2026-08-07 + - We fixed an issue that could cause iOS apps to restart repeatedly after an OTA update. - Replaced @notifee/react-native with react-native-notify-kit library. - We addressed an issue on iOS, where a iOS-system dialogue would pop up during app startup, requesting a password. This was identified as part of Keychain read queries when a one-time keychain migration occurred.