Skip to content

Commit c78055d

Browse files
authored
chore(release): freeRASP 3.13.0 (#100)
* New Android SDK * Update CHANGELOG.md
1 parent c4efd01 commit c78055d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.13.0] - 2024-12-20
9+
10+
- iOS SDK version: 6.6.3
11+
- Android SDK version: 13.2.0
12+
13+
### Android
14+
15+
#### Added
16+
17+
- Added request integrity information to data collection headers.
18+
- Enhanced and accelerated the data collection logic.
19+
820
## [3.12.0] - 2024-12-06
921

1022
- iOS SDK version: 6.6.3

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
implementation "com.facebook.react:react-native:$react_native_version"
9191
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9292
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
93-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:13.0.0"
93+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:13.2.0"
9494
}
9595

9696
if (isNewArchitectureEnabled()) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "3.12.0",
3+
"version": "3.13.0",
44
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)