Skip to content

Commit 5fda754

Browse files
committed
chore(release): freeRASP 3.6.0
1 parent 88f3676 commit 5fda754

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# freeRASP 3.6.0
2+
3+
- ⚡ Improved reaction obfuscation
4+
- 📄 Documentation updates
5+
6+
### Android
7+
8+
- ⚡ Fixed ProviderException which could be occassionally triggered
9+
- ⚡ Fixed bug causing incompatibility with some versions of React Native ([#38](https://github.com/talsec/Free-RASP-ReactNative/issues/38))
10+
11+
### iOS
12+
13+
- ❗ Raised supported Xcode version to 14.3.1
14+
- ⚡ Improved SDK obfuscation
15+
116
# freeRASP 3.5.0
217

318
- ⚠️ Updated the `talsecStart()` method to return `Promise<string>`. If freeRASP starts successfuly, the method will return `freeRASP started` string. There are not any changes of the interface if you are using the provided `useFreeRasp` hook.

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.6.0-rc1",
3+
"version": "3.6.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)