Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Aug 27, 2020
1 parent b339930 commit 3a5bd0a
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.4.0";
private static readonly string UnityLibraryVersion = "1.5.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.5.0 (Aug 27, 2020)
* Add `setOffline` API, if offline is true, then the SDK will not upload events to Amplitude servers.

## 1.4.0 (Jul 15, 2020)
* Add `setServerUrl` API, you can use it to customize the destination the events go.

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

0 comments on commit 3a5bd0a

Please sign in to comment.