diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dcefa..5da3c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [7.3.0] - 2024-12-29 + +- iOS SDK version: 6.6.3 +- Android SDK version: 13.2.0 + +### Android + +#### Added + +- Added request integrity information to data collection headers. +- Enhanced and accelerated the data collection logic. + ## [7.2.0] - 2024-12-06 - iOS SDK version: 6.6.3 diff --git a/package.json b/package.json index bdef737..d420429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-talsec-plugin-freerasp", - "version": "7.2.0", + "version": "7.3.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 0c5a764..05d9d3c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="7.3.0"> freerasp Talsec (info@talsec.app) diff --git a/src/android/talsec.gradle b/src/android/talsec.gradle index 0855335..e607d49 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:13.0.0" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:13.2.0" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" }