Skip to content

Commit e0f37fe

Browse files
committed
chore: fix versions
1 parent a0718a5 commit e0f37fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ 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-
## [8.0.0] - 2025-10-20
8+
## [7.3.0] - 2025-10-20
99
- Android SDK version: 17.0.0
1010
- iOS SDK version: 6.13.0
1111

1212
### Flutter
1313

1414
#### Added
15-
- ❗️BREAKING API CHANGE: Added `killOnBypass` to `TalsecConfig` that configures if the app should be terminated when the threat callbacks are suppressed/hooked by an attacker (Android only) ([Issue 65](https://github.com/talsec/Free-RASP-Android/issues/65))
16-
- ❗️BREAKING API CHANGE: Added `onTimeSpoofing` callback to `ThreatCallback` for handling `Threat.timeSpoofing` threat (Android only)
15+
- Added `killOnBypass` to `TalsecConfig` that configures if the app should be terminated when the threat callbacks are suppressed/hooked by an attacker (Android only) ([Issue 65](https://github.com/talsec/Free-RASP-Android/issues/65))
16+
- Added `onTimeSpoofing` callback to `ThreatCallback` for handling `Threat.timeSpoofing` threat (Android only)
1717
- We are introducing a new capability, detecting whether the device time has been tampered with
18-
- ❗️BREAKING API CHANGE: Added `onLocationSpoofing` callback to `ThreatCallback` for handling `Threat.locationSpoofing` threat (Android only)
18+
- Added `onLocationSpoofing` callback to `ThreatCallback` for handling `Threat.locationSpoofing` threat (Android only)
1919
- We are introducing a new capability, detecting whether the location is being spoofed on the device.
20-
- ❗️BREAKING API CHANGE: Added `onUnsecureWifi` callback to `ThreatCallback` for handling `Threat.unsecureWifi` threat (Android only)
20+
- Added `onUnsecureWifi` callback to `ThreatCallback` for handling `Threat.unsecureWifi` threat (Android only)
2121
- We are introducing a new capability, detecting whether the device is connected to an unsecured Wi-Fi network.
22-
- ❗️BREAKING API CHANGE: Added `onAllChecksDone` callback to new `RaspExecutionStateCallback`
22+
- Added `onAllChecksDone` callback to new `RaspExecutionStateCallback`
2323
- We are introducing a new callback that notifies when all security checks have been completed.
2424

2525
### Android

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: freerasp
22
description: Flutter library for improving app security and threat monitoring on Android and iOS mobile devices. Learn more about provided features on the freeRASP's homepage first.
3-
version: 8.0.0
3+
version: 7.3.0
44
homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec
55
repository: https://github.com/talsec/Free-RASP-Flutter
66

0 commit comments

Comments
 (0)