Skip to content

Commit e16f7d4

Browse files
committed
add 5.0.0 release notes
1 parent 0130e81 commit e16f7d4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
### Added
6+
7+
- **Remote Configs With JSON**: Remote Configs now support JSON values, allowing for more complex configurations.
8+
- **Playtime Metrics API**: Introduced new API to get total playtime and playtime in the current session.
9+
310
## 4.1.0
411

512
### Added

source/gameanalytics/GACommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace gameanalytics
8585
class GAState;
8686
}
8787

88-
constexpr const char* GA_VERSION_STR = "cpp 4.1.0";
88+
constexpr const char* GA_VERSION_STR = "cpp 5.0.0";
8989

9090
constexpr int MAX_CUSTOM_FIELDS_COUNT = 50;
9191
constexpr int MAX_CUSTOM_FIELDS_KEY_LENGTH = 64;

0 commit comments

Comments
 (0)