From e6b3e51507cdb52794544536b99c1f76840c9183 Mon Sep 17 00:00:00 2001 From: Andrei Dabija Date: Thu, 13 Aug 2026 17:50:31 +0300 Subject: [PATCH] Bump version to 5.4.0 Set GA_VERSION_STR to "cpp 5.4.0" and promote the Unreleased changelog section to 5.4.0 ahead of tagging v5.4.0. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 2 +- source/gameanalytics/GACommon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba510b..6ad4678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.4.0 ### Added diff --git a/source/gameanalytics/GACommon.h b/source/gameanalytics/GACommon.h index 225a7f6..a9ab3c6 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.3.1"; + constexpr const char* GA_VERSION_STR = "cpp 5.4.0"; constexpr int MAX_CUSTOM_FIELDS_COUNT = 50; constexpr int MAX_CUSTOM_FIELDS_KEY_LENGTH = 64;