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",