From c78055de4c42591dd2f83f9e343017012648bd3e 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: Fri, 20 Dec 2024 12:05:20 +0100 Subject: [PATCH] chore(release): freeRASP 3.13.0 (#100) * New Android SDK * Update CHANGELOG.md --- 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 c0e10e9..38283a7 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). +## [3.13.0] - 2024-12-20 + +- 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. + ## [3.12.0] - 2024-12-06 - iOS SDK version: 6.6.3 diff --git a/android/build.gradle b/android/build.gradle index 49f62ac..c0d209b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation "com.facebook.react:react-native:$react_native_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" - implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:13.0.0" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:13.2.0" } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index a27b782..d2bd9e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freerasp-react-native", - "version": "3.12.0", + "version": "3.13.0", "description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.", "main": "lib/commonjs/index", "module": "lib/module/index",