diff --git a/CHANGELOG.md b/CHANGELOG.md index 3200550..02d2af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.3.1] - 2025-12-31 + +- We improved `NativeCookieModule` to persist and restore session cookies on iOS. + ## [v0.3.0] - 2025-12-09 - We fixed an issue that caused a FileNotFoundException during file deletion operations. diff --git a/package.json b/package.json index 7c72433..6b8d8a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mendix-native", - "version": "0.3.0", + "version": "0.3.1", "description": "Mendix native mobile package", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",