From 9e5829ef23394b46470019708729d3fc2ca5d98a Mon Sep 17 00:00:00 2001 From: Arch <68730440+ArchLand64@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:29:10 -0400 Subject: [PATCH] Update changelog and reported SdkVersion --- README.md | 5 +++++ gameanalytics-sdk/GameAnalytics/Version.lua | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 864bbf4..1895696 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ If you have any issues or feedback regarding the SDK, please contact our friendl Changelog --------- +**2.2.5** +* Add "custom_fields" to events +* Added types to the public facing api +* Applied StyLua to codebase + **2.2.4** * removed LocalScript that was added in 2.2.3, causing errors on requiring GameAnalyticsClient module diff --git a/gameanalytics-sdk/GameAnalytics/Version.lua b/gameanalytics-sdk/GameAnalytics/Version.lua index 06e88de..75247fc 100644 --- a/gameanalytics-sdk/GameAnalytics/Version.lua +++ b/gameanalytics-sdk/GameAnalytics/Version.lua @@ -1,5 +1,5 @@ local version = { - SdkVersion = "2.2.3", + SdkVersion = "2.2.5", } return version