Skip to content

Commit 9b29958

Browse files
committed
chore(release): freeRASP 3.9.1
1 parent c41629c commit 9b29958

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.9.1] - 2024-09-30
9+
- Android SDK version: 11.1.1
10+
- iOS SDK version: 6.6.0
11+
12+
### Android
13+
14+
#### Fixed
15+
- False positives for hook detection
16+
817
## [3.9.0] - 2024-09-25
918

1019
- Android SDK version: 11.1.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
//noinspection GradleDynamicVersion
8888
implementation "com.facebook.react:react-native:$react_native_version"
8989
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
90-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:11.1.0"
90+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:11.1.1"
9191
}
9292

9393
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.9.0",
3+
"version": "3.9.1",
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)