Skip to content

Commit c515da8

Browse files
committed
New SDK
1 parent 3472355 commit c515da8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.11.0] - 2024-12-30
9+
10+
- iOS SDK version: 6.6.3
11+
- Android SDK version: 13.2.0
12+
13+
### Android
14+
15+
#### Added
16+
17+
- Added request integrity information to data collection headers.
18+
- Enhanced and accelerated the data collection logic.
19+
820
## [6.10.0] - 2024-12-17
921

1022
- iOS SDK version: 6.6.3

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 = '13.0.0'
6+
ext.talsec_version = '13.2.0'
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.10.0
3+
version: 6.11.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)