diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b8f08..3db437a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.11.0] - 2024-12-30 + +- iOS SDK version: 6.6.3 +- Android SDK version: 13.2.0 + +### Android + +#### Added + +- Added request integrity information to data collection headers. +- Enhanced and accelerated the data collection logic. + ## [6.10.0] - 2024-12-17 - iOS SDK version: 6.6.3 diff --git a/android/build.gradle b/android/build.gradle index 8672f8a..be439cd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,7 +3,7 @@ version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '1.7.20' - ext.talsec_version = '13.0.0' + ext.talsec_version = '13.2.0' repositories { google() mavenCentral() diff --git a/pubspec.yaml b/pubspec.yaml index 7778ece..1f183f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: freerasp 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. -version: 6.10.0 +version: 6.11.0 homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec repository: https://github.com/talsec/Free-RASP-Flutter