Skip to content

Commit

Permalink
Prepare v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Sep 13, 2020
1 parent 61a559b commit 5ab2c42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Amplitude/Amplitude.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class Amplitude {
private static readonly string UnityLibraryName = "amplitude-unity";
private static readonly string UnityLibraryVersion = "1.5.0";
private static readonly string UnityLibraryVersion = "1.6.0";

private static Dictionary<string, Amplitude> instances;
private static readonly object instanceLock = new object();
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Versioned Releases

## 1.6.0 (Sep 13, 2020)
* Add `setMinTimeBetweenSessionsMillis` API.

## 1.5.0 (Aug 27, 2020)
* Add `setOffline` API, if offline is true, then the SDK will not upload events to Amplitude servers.

Expand Down
Binary file modified amplitude-unity.unitypackage
Binary file not shown.

0 comments on commit 5ab2c42

Please sign in to comment.