Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Alonso committed Aug 1, 2020
1 parent 3505777 commit e9db5f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [v2.2.1](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.1)
### July 31st - 2020

- Remove `$ios_ifa` user property for iOS devices: iOS 14 will not allow to read the IDFA value without permission.

## Fixes
- Improve objects re-utilization.

---

## [v2.2.0](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.0)
### June 2nd - 2020

Expand Down
2 changes: 1 addition & 1 deletion Mixpanel/MixpanelAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace mixpanel
/// </code>
public static partial class Mixpanel
{
internal const string MixpanelUnityVersion = "2.2.0";
internal const string MixpanelUnityVersion = "2.2.1";

/// <summary>
/// Creates an Mixpanel instance. Use only if you have enabled "Manual Initialization" from your Project Settings.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Latest Version
--------------
##### _June 2nd, 2020_ - [v2.2.0](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.0)
##### _July 31st, 2020_ - [v2.2.1](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.1)

Supported Unity Version >= 2018.3. For older versions, you need to have `.NET 4.x Equivalent` selected as the scripting runtime version in your editor settings.

Expand All @@ -16,7 +16,7 @@ This library can be installed using the unity package manager system (Unity >= 2
1. In your unity project root open `./Packages/manifest.json`
2. Add the following line to the dependencies section:
```
"com.mixpanel.unity": "https://github.com/mixpanel/mixpanel-unity.git#v2.2.0"
"com.mixpanel.unity": "https://github.com/mixpanel/mixpanel-unity.git#v2.2.1"
```
3. Open Unity and the package should download automatically

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mixpanel.unity",
"displayName": "Mixpanel",
"version": "2.2.0",
"version": "2.2.1",
"description": "Official Mixpanel library for Unity.",
"repository": {
"type": "git",
Expand Down

0 comments on commit e9db5f7

Please sign in to comment.