Skip to content

Commit 87ef00d

Browse files
authored
Merge pull request #136 from talsec/release/6.7.1
freeRASP: 6.7.1
2 parents c7377a8 + 25e65d5 commit 87ef00d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [6.7.1] - 2024-09-30
9+
- Android SDK version: 11.1.1
10+
- iOS SDK version: 6.6.0
11+
12+
### Android
13+
14+
#### Fixed
15+
- False positives for hook detection
16+
817
## [6.7.0] - 2024-09-26
918

1019
- Android SDK version: 11.1.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version '1.0-SNAPSHOT'
33

44
buildscript {
55
ext.kotlin_version = '1.7.20'
6-
ext.talsec_version = '11.1.0'
6+
ext.talsec_version = '11.1.1'
77
repositories {
88
google()
99
mavenCentral()

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: 6.7.0
3+
version: 6.7.1
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)