Skip to content

Commit b6c8168

Browse files
authored
add release notes and bump version (#25)
1 parent c8af4ab commit b6c8168

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+
## 4.1.1
4+
5+
### Added
6+
7+
- added `getUserId()` and `getExternalUserId()` functions.
8+
9+
### Fixed
10+
11+
- fixed linux compilations issues with clang 18.X version
12+
- fixed progression event will now correctly send value
13+
314
## 4.1.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 4.1.0";
88+
constexpr const char* GA_VERSION_STR = "cpp 4.1.1";
8989

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

0 commit comments

Comments
 (0)