Skip to content

Commit 873bc9d

Browse files
committed
chore(release): freeRASP 3.9.2
1 parent e65524d commit 873bc9d

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.2] - 2024-10-18
9+
10+
### Android
11+
12+
#### Fixed
13+
- Reported ANR issues present on some devices were resolved ([GH Flutter issue #138](https://github.com/talsec/Free-RASP-Flutter/issues/138))
14+
- Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved ([GH Flutter issue #140](https://github.com/talsec/Free-RASP-Flutter/issues/140))
15+
- Reported crashes caused by the UnsupportedOperationException were resolved
16+
817
## [3.9.1] - 2024-09-30
918
- Android SDK version: 11.1.1
1019
- iOS SDK version: 6.6.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.1"
90+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:11.1.3"
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.1",
3+
"version": "3.9.2",
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)