We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd17c48 commit 00833b9Copy full SHA for 00833b9
2 files changed
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [3.8.2] - 2024-09-02
9
+
10
+### React Native
11
12
+#### Fixed
13
+- Updated proguard rules to resolve build issues in RN 0.75.x
14
15
## [3.8.1] - 2024-06-19
16
17
### React Native
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "freerasp-react-native",
3
- "version": "3.8.1",
+ "version": "3.8.2",
4
"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",
0 commit comments