diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b02bcc..381fcef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# freeRASP 5.4.0 + +- 📄 Documentation updates and improvements + +### Android + +- ✔️ updated CA bundle for logging pinning +- ✔️ added error logging of network issues within the logging process +- ✔️ added retry politics for logging +- ⚡ fixed issue with DeadObjectException on Android 5 and 6 caused by excessive PackageManager.queryIntentActivities() usage +- ⚡ improved root detection capabilities + # freeRASP 5.3.0 ### Android diff --git a/package.json b/package.json index 222fa92..bd14475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-talsec-plugin-freerasp", - "version": "5.3.0", + "version": "5.4.0", "description": "Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.", "cordova": { "id": "cordova-talsec-plugin-freerasp", diff --git a/plugin.xml b/plugin.xml index b381073..ee33f16 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="5.4.0"> freerasp Talsec (info@talsec.app) diff --git a/src/android/talsec.gradle b/src/android/talsec.gradle index 13a1b3f..c76f42f 100644 --- a/src/android/talsec.gradle +++ b/src/android/talsec.gradle @@ -4,7 +4,7 @@ repositories { } dependencies { - implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:8.0.4" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:8.3.0" } android {