Skip to content

Commit 37ac2fe

Browse files
authored
Merge pull request #20 from talsec/release-1.5.2
chore(release): freeRASP 1.5.2
2 parents 6afaf65 + 36f0558 commit 37ac2fe

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [1.5.2] - 2024-10-18
9+
10+
### Android
11+
12+
#### Fixed
13+
- Reported ANR issues present on some devices were resolved ([GH Flutter issue #138](https://github.com/talsec/Free-RASP-Flutter/issues/138))
14+
- Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved ([GH Flutter issue #140](https://github.com/talsec/Free-RASP-Flutter/issues/140))
15+
- Reported crashes caused by the UnsupportedOperationException were resolved
16+
817
## [1.5.1] - 2024-09-30
918
- Android SDK version: 11.1.1
1019
- iOS SDK version: 6.6.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ dependencies {
7171
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
7272
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
7373

74-
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:11.1.1'
74+
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Capacitor:11.1.3'
7575
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-freerasp",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Capacitor plugin for improving app security and threat monitoring on Android and iOS mobile devices",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)