We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d422d51 commit eb7a680Copy full SHA for eb7a680
Assets/Countly/Plugins/CountlySDK/Helpers/Constants.cs
@@ -5,7 +5,7 @@ namespace Plugins.CountlySDK.Helpers
5
{
6
internal class Constants
7
8
- public const string SdkVersion = "23.12.0";
+ public const string SdkVersion = "23.12.1";
9
10
#if UNITY_EDITOR
11
public const string SdkName = "csharp-unity-editor";
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## XX.XX.X
+## 23.12.1
2
* 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.
4
## 23.12.0
* Added functionality to allow passing custom or overridden metrics.
0 commit comments