diff --git a/CHANGELOG.md b/CHANGELOG.md index 01bbb24..266df92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.3.4] - 2026-06-22 + - We fixed an issue that could cause iOS apps to restart repeatedly after an OTA update. ## [v0.3.3] - 2026-06-03 diff --git a/package.json b/package.json index 0634134..cb75d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mendix-native", - "version": "0.3.3", + "version": "0.3.4", "description": "Mendix native mobile package", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",