Skip to content

Commit c06d785

Browse files
committed
chore(release): freeRASP 6.1.1
1 parent acd8d91 commit c06d785

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1+
# freeRASP 6.1.1
2+
3+
### Android
4+
5+
- ⚡ Updated freeRASP SDK artifact hosting ensuring better stability and availibility
6+
17
# freeRASP 6.1.0
28

39
- 📄 Documentation updates
410

511
### Android
612

7-
- ⚡ Shortened duration of threat evaluation
8-
- ⚡ Fixed a native crash bug during one of the native root checks (detected after NDK upgrade)
9-
- ⚡ Improved _appIntegrity_ check and its logging
10-
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
13+
- ⚡ Shortened duration of threat evaluation
14+
- ⚡ Fixed a native crash bug during one of the native root checks (detected after NDK upgrade)
15+
- ⚡ Improved _appIntegrity_ check and its logging
16+
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
1117

1218
### iOS
1319

14-
- ❗ Added Privacy Manifest
15-
- ❗ Added codesigning for the SDK, it is signed by:
16-
- _Team ID_: `ASQC376HCN`
17-
- _Team Name_: `AHEAD iTec, s.r.o.`
18-
- ⚡ Improved obfuscation of Swift and C strings
19-
- ⚡ Fixed memory leak ([freeRASP iOS issue #13](https://github.com/talsec/Free-RASP-iOS/issues/13))
20-
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
20+
- ❗ Added Privacy Manifest
21+
- ❗ Added codesigning for the SDK, it is signed by:
22+
- _Team ID_: `ASQC376HCN`
23+
- _Team Name_: `AHEAD iTec, s.r.o.`
24+
- ⚡ Improved obfuscation of Swift and C strings
25+
- ⚡ Fixed memory leak ([freeRASP iOS issue #13](https://github.com/talsec/Free-RASP-iOS/issues/13))
26+
- ⚡ Updated `CURL` to `8.5.0` and `OpenSSL` to `1.1.1w`
2127

2228
# freeRASP 6.0.1
2329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-talsec-plugin-freerasp",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"cordova": {
66
"id": "cordova-talsec-plugin-freerasp",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
id="cordova-talsec-plugin-freerasp"
5-
version="6.1.0">
5+
version="6.1.1">
66

77
<name>freerasp</name>
88
<author>Talsec (info@talsec.app)</author>

0 commit comments

Comments
 (0)