Skip to content

Commit d1bdcd5

Browse files
author
AliAbdelfattah
authored
Merge pull request #368 from Instabug/release/v8.5.6
Release/v8.5.6
2 parents 3d3ed1c + 8398859 commit d1bdcd5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v8.5.6 (2019-08-21)
2+
3+
* Fixes an issue that crashes the SDK when calling `Instabug.onReportSubmitHandler` on iOS.
4+
* Fixes an issue with passing empty string value to `Instabug.setUserAttribute`.
5+
16
## v8.5.5 (2019-08-17)
27

38
* Fixes an issue with the email validation when reporting a bug on Android.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "8.5.5",
3+
"version": "8.5.6",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)