From 3bc8888541f462e29c37ffeca7d6b87ad2fc01a9 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo <232385457+MxKevinBeqo@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:59:30 +0000 Subject: [PATCH] chore: release v0.5.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fada6a..cde843b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.5.2] - 2026-07-23 + - We addressed a scenario where, in iOS, an Auth dialogue could continuously popup on app startup due to access of either large keychain blob items or blocked items. ## [v0.5.1] - 2026-06-22 diff --git a/package.json b/package.json index d15b9ec..6570a17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mendix-native", - "version": "0.5.1", + "version": "0.5.2", "description": "Mendix native mobile package", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",