diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b06e6..e23bb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.7.1] - 2024-09-30 +- Android SDK version: 11.1.1 +- iOS SDK version: 6.6.0 + +### Android + +#### Fixed +- False positives for hook detection + ## [6.7.0] - 2024-09-26 - Android SDK version: 11.1.0 diff --git a/android/build.gradle b/android/build.gradle index b615983..0757cd1 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 = '11.1.0' + ext.talsec_version = '11.1.1' repositories { google() mavenCentral() diff --git a/pubspec.yaml b/pubspec.yaml index d89ae0d..9cd5aa8 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.7.0 +version: 6.7.1 homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec repository: https://github.com/talsec/Free-RASP-Flutter