From 00833b9c3cf26fc5c7de630ce71830385a19ea67 Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Mon, 2 Sep 2024 15:35:18 +0200 Subject: [PATCH] chore(release): freeRASP 3.8.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 994b86c..17743c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.8.2] - 2024-09-02 + +### React Native + +#### Fixed +- Updated proguard rules to resolve build issues in RN 0.75.x + ## [3.8.1] - 2024-06-19 ### React Native diff --git a/package.json b/package.json index 133deb5..0330cea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freerasp-react-native", - "version": "3.8.1", + "version": "3.8.2", "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",