Skip to content

Commit

Permalink
Merge pull request #74 from amplitude/release_prepare
Browse files Browse the repository at this point in the history
prepare 2.2.0 release
  • Loading branch information
yuhao900914 authored May 12, 2021
2 parents b86165a + 1d8c862 commit 7fe15a4
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 = "2.1.0";
private static readonly string UnityLibraryVersion = "2.2.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

## 2.2.0 (May 12, 2021)
* Add User property functions prepend/preInsert/postInsert/remove.

## 2.1.0 (Sep 13, 2020)
* Add `setEventUploadPeriodSeconds` API.

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

0 comments on commit 7fe15a4

Please sign in to comment.