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",