Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwend committed Jul 7, 2016
1 parent 28d0675 commit b80ad92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
###Changelog:###

### 1.1.1
* [BUGFIX] Fix bug where report for managed exceptions didn't contain a `CrashReporter Key`. The key is needed to get proper user statistics on the portal
* [UPDATE] Plugin now uses HockeySDK Android 4.0.1

### 1.1.0
* [NEW] User Metrics (user and session tracking)
* [NEW] Trigger version update check explicitly
Expand All @@ -23,4 +27,4 @@
- Append SDK and App information to crash reports
* SDK name
* SDK version
* App version name
* App version name
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.1.0
## Version 1.1.1
=======

## Introduction
Expand All @@ -21,19 +21,19 @@ The following features are currently supported:

This document contains the following sections:

1. [Requirements (Version 1.1.0-beta.1)](#1)
1. [Requirements (Version 1.1.1)](#1)
2. [Installation & Setup](#2)
3. [Examples](#3)
4. [Troubleshooting](#4)
5. [Code of Conduct](#5)
6. [Contributor License](#6)
7. [Licenses](#7)

## <a name="1"></a>Requirements (Version 1.1.0-beta.1)
## <a name="1"></a>Requirements (Version 1.1.1)

* [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).
* Android 2.1 or newer.
* Android 2.3 or newer.

## <a name="2"></a>Installation & Setup

Expand Down

0 comments on commit b80ad92

Please sign in to comment.