diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 548f355..296d027 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -1,5 +1,21 @@ ###Changelog:### +### 1.1.6 + +Upgrade to HockeySDK for Android 4.1.5 + +* [FIX] Fix a resource leak in Sender. +* [FIX] Fix possibility to bypass authentication. +* [FIX] Fix the progressbar when sending feedback. +* [FIX] Fix the dates in the Feedback UI. +* [FIX] Fix ConcurrentModificationException in metrics feature. +* [FIX] Fix potential crash related to multi-threading in Channel. +* [FIX] Fix the focus in the Feedback UI, this also improves accessibility. +* [IMPROVEMENT] Fix some strict mode violations. +* [IMPROVEMENT] Improve accessibility for Feedback attachments. +* [IMPROVEMENT] Send batched events when the app goes into background. +* [IMPROVEMENT] Automatically add the sdk to the often already existent Plugins folder + ### 1.1.5 * [FIX] Fixes session tracking by explicitly starting one. diff --git a/README.md b/README.md index 8eadff1..1502a4b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Version 1.1.5 +## Version 1.1.6 ## Introduction @@ -20,7 +20,7 @@ The following features are currently supported: This document contains the following sections: -1. [Requirements (Version 1.1.4)](#1) +1. [Requirements (Version 1.1.6)](#1) 2. [Installation & Setup](#2) 3. [Examples](#3) 4. [Troubleshooting](#4) @@ -28,7 +28,7 @@ This document contains the following sections: 6. [Contributor License](#6) 7. [Licenses](#7) -## Requirements (Version 1.1.5) +## Requirements (Version 1.1.6) * [Changelog](Documentation/Changelog.md) * Unity 5.0 or newer (SDK versions with Unity 4 support can be found at the [Unity Asset Store](https://www.assetstore.unity3d.com/en/?gclid=CO) or by switching to the 1.0.3 tag on GitHub).