Skip to content

Commit

Permalink
Release Prep (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliRKat authored Mar 27, 2024
1 parent d422d51 commit eb7a680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Countly/Plugins/CountlySDK/Helpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Plugins.CountlySDK.Helpers
{
internal class Constants
{
public const string SdkVersion = "23.12.0";
public const string SdkVersion = "23.12.1";

#if UNITY_EDITOR
public const string SdkName = "csharp-unity-editor";
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## XX.XX.X
## 23.12.1
* Added 'UnityWebRequest' as the networking handler for WebGL builds.
* Gathered SDK content under the 'Countly' folder for better structure and to avoid mixing with other files.

## 23.12.0
* Added functionality to allow passing custom or overridden metrics.
Expand Down

0 comments on commit eb7a680

Please sign in to comment.