diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af81c3..066ce2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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). +## [4.2.3] - 2025-09-03 + +- iOS SDK version: 6.12.1 +- Android SDK version: 16.0.4 + +### Android + +#### Fixed + +- Root detection related bugs causing false positives + +#### Changed + +- Deprecated Nexus repository removed (GCP artifact registry is the main supported distribution repository) + ## [4.2.2] - 2025-08-21 - iOS SDK version: 6.12.1 diff --git a/android/build.gradle b/android/build.gradle index 32701ec..9152571 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -99,7 +99,7 @@ dependencies { implementation "com.facebook.react:react-native:$react_native_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" - implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.2" + implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:16.0.4" } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index ff91900..400f733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freerasp-react-native", - "version": "4.2.2", + "version": "4.2.3", "description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.", "main": "lib/commonjs/index", "module": "lib/module/index",