From 3e8f453961f01b96d58126d34e5f5a7d468b2ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20=C5=A0iky=C5=88a?= <118438675+msikyna@users.noreply.github.com> Date: Sun, 29 Dec 2024 23:45:18 +0100 Subject: [PATCH] New Android SDK (#27) --- CHANGELOG.md | 12 ++++++++++++ android/build.gradle | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d63f64..5b9b660 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). +## [1.9.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. + ## [1.8.0] - 2024-12-06 - iOS SDK version: 6.6.3 diff --git a/android/build.gradle b/android/build.gradle index 1a4f93c..4ae87f5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -78,5 +78,5 @@ dependencies { androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" - implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:13.0.0' + implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:13.2.0' } diff --git a/package.json b/package.json index 4f0fecf..0ad0aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-freerasp", - "version": "1.8.0", + "version": "1.9.0", "description": "Capacitor plugin for improving app security and threat monitoring on Android and iOS mobile devices", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",