diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9e10a..7e82024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.3.2] - 2024-10-18 + +### Android + +#### Fixed + +- Reported ANR issues present on some devices were resolved ([GH Flutter issue #138](https://github.com/talsec/Free-RASP-Flutter/issues/138)) +- Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved ([GH Flutter issue #140](https://github.com/talsec/Free-RASP-Flutter/issues/140)) +- Reported crashes caused by the UnsupportedOperationException were resolved + ## [6.3.1] - 2024-09-30 - Android SDK version: 11.1.1 diff --git a/package.json b/package.json index 8a51059..81dde3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-talsec-plugin-freerasp", - "version": "6.3.1", + "version": "6.3.2", "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 64844ed..0889565 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="6.3.2"> freerasp Talsec (info@talsec.app) diff --git a/src/android/talsec.gradle b/src/android/talsec.gradle index 8e95114..5ff6dee 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:11.1.1" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:11.1.3" } android {