From 839885966b4e834a56dd9d2fef2789e66eb45aeb Mon Sep 17 00:00:00 2001 From: Ali Abdelfattah Date: Wed, 21 Aug 2019 17:55:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20Bump=20version=20to=208.5.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3798ee6..ca2567e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v8.5.6 (2019-08-21) + +* Fixes an issue that crashes the SDK when calling `Instabug.onReportSubmitHandler` on iOS. +* Fixes an issue with passing empty string value to `Instabug.setUserAttribute`. + ## v8.5.5 (2019-08-17) * Fixes an issue with the email validation when reporting a bug on Android. diff --git a/package.json b/package.json index e01ced546..b42225f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instabug-reactnative", - "version": "8.5.5", + "version": "8.5.6", "description": "React Native plugin for integrating the Instabug SDK", "main": "index.js", "types": "index.d.ts",