Skip to content

Commit 18dcf7b

Browse files
Release 5.1.0 (#34)
* increment version to 5.1.0 * add release notes in CHANGELOG file --------- Co-authored-by: Dorin <[email protected]>
1 parent cd67656 commit 18dcf7b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
# 5.1.0
4+
5+
### Added
6+
7+
- **Previous session time**: functionality to get the last session time
8+
9+
### Fixed
10+
11+
- **Playtime Metrics**: Fixed annotations for session time and total session time
12+
- **MacOS**: GPU model detection
13+
314
## 5.0.0
415

516
### 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 5.0.0";
88+
constexpr const char* GA_VERSION_STR = "cpp 5.1.0";
8989

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

0 commit comments

Comments
 (0)