Skip to content

Commit a14e7c9

Browse files
committed
feat: release 1.1.0
1 parent 69d32ad commit a14e7c9

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
@@ -0,0 +1,15 @@
1+
## 1.1.0
2+
3+
#### Android
4+
5+
- 🆕 Android now has support for device state callbacks:
6+
- 📲 **Secure Hardware Not Available**: fires when hardware-backed KeyStore is not available
7+
- 📲 **Passcode**: fires when freeRASP detects unlocked bootloader on the device
8+
9+
#### iOS
10+
11+
-`Missing Secure Enclave` detection becomes **`Secure Hardware Not Available`** to match the newly added Android callback. The functionality remains unchanged.
12+
13+
## 1.0.0
14+
15+
- Initial release of freeRASP.

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