Skip to content

Commit 502d79b

Browse files
committed
chore(release): freeRASP 3.7.0
1 parent da49d92 commit 502d79b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# freeRASP 3.7.0
2+
3+
- ⚡ Added support for apps built with Expo SDK
4+
- 📄 Documentation updates
5+
6+
### Android
7+
8+
- ⚡ Shortened duration of threat evaluation
9+
- ⚡ Fixed a native crash bug during one of the native root checks (detected after NDK upgrade)
10+
- ⚡ Improved _appIntegrity_ check and its logging
11+
- ✔️ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
12+
13+
### iOS
14+
15+
- ⚡ Improved obfuscation of Swift and C strings
16+
- ⚡ Added Privacy Manifest
17+
- ⚡ Fixed memory leak ([freeRASP iOS issue #13](https://github.com/talsec/Free-RASP-iOS/issues/13))
18+
- ✔️ Added codesigning for the SDK, it is signed by:
19+
- _Team ID_: `ASQC376HCN`
20+
- _Team Name_: `AHEAD iTec, s.r.o.`
21+
- ✔️ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
22+
123
# freeRASP 3.6.1
224

325
- 📄 Documentation updates

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.1",
3+
"version": "3.7.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)