Skip to content

Commit

Permalink
Merge pull request #87 from talsec/release-3.10.0
Browse files Browse the repository at this point in the history
chore(release): freeRASP 3.9.1
  • Loading branch information
msikyna authored Sep 30, 2024
2 parents c41629c + 9b29958 commit e65524d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [3.9.1] - 2024-09-30
- Android SDK version: 11.1.1
- iOS SDK version: 6.6.0

### Android

#### Fixed
- False positives for hook detection

## [3.9.0] - 2024-09-25

- Android SDK version: 11.1.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:$react_native_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:11.1.0"
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:11.1.1"
}

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freerasp-react-native",
"version": "3.9.0",
"version": "3.9.1",
"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",
Expand Down

0 comments on commit e65524d

Please sign in to comment.