From db9d4e419217f3390a3eaa8779ed41ff362ea015 Mon Sep 17 00:00:00 2001 From: Dorin Date: Thu, 9 Oct 2025 16:17:38 +0300 Subject: [PATCH 1/2] increase version --- source/gameanalytics/GACommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gameanalytics/GACommon.h b/source/gameanalytics/GACommon.h index 37f533c..c6890c3 100644 --- a/source/gameanalytics/GACommon.h +++ b/source/gameanalytics/GACommon.h @@ -85,7 +85,7 @@ namespace gameanalytics class GAState; } - constexpr const char* GA_VERSION_STR = "cpp 5.0.0"; + constexpr const char* GA_VERSION_STR = "cpp 5.1.0"; constexpr int MAX_CUSTOM_FIELDS_COUNT = 50; constexpr int MAX_CUSTOM_FIELDS_KEY_LENGTH = 64; From 351a624d381a40dc447be21dfd5104f6a82e86c6 Mon Sep 17 00:00:00 2001 From: Dorin Date: Thu, 9 Oct 2025 16:24:10 +0300 Subject: [PATCH 2/2] 5.1.0 changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26b7b1..b9f8070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +# 5.1.0 + +### Added + +- **Previous session time**: functionality to get the last session time + +### Fixed + +- **Playtime Metrics**: Fixed annotations for session time and total session time +- **MacOS**: GPU model detection + ## 5.0.0 ### Added