Skip to content

Commit eb7a680

Browse files
authored
Release Prep (#207)
1 parent d422d51 commit eb7a680

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Assets/Countly/Plugins/CountlySDK/Helpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Plugins.CountlySDK.Helpers
55
{
66
internal class Constants
77
{
8-
public const string SdkVersion = "23.12.0";
8+
public const string SdkVersion = "23.12.1";
99

1010
#if UNITY_EDITOR
1111
public const string SdkName = "csharp-unity-editor";

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## XX.XX.X
1+
## 23.12.1
22
* Added 'UnityWebRequest' as the networking handler for WebGL builds.
3+
* Gathered SDK content under the 'Countly' folder for better structure and to avoid mixing with other files.
34

45
## 23.12.0
56
* Added functionality to allow passing custom or overridden metrics.

0 commit comments

Comments
 (0)