Skip to content

Commit b7469e5

Browse files
committed
version
1 parent aba15ec commit b7469e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 23.2.3
2+
- Mitigated an issue where the new device ID was used when ending a session if device ID was changed without merging.
3+
14
## 23.2.2
25
- Mitigated a mutex issue that can happen during update loop.
36

include/countly/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <string>
1414

1515
#define COUNTLY_SDK_NAME "cpp-native-unknown"
16-
#define COUNTLY_SDK_VERSION "23.2.2"
16+
#define COUNTLY_SDK_VERSION "23.2.3"
1717
#define COUNTLY_POST_THRESHOLD 2000
1818
#define COUNTLY_KEEPALIVE_INTERVAL 3000
1919
#define COUNTLY_MAX_EVENTS_DEFAULT 200

0 commit comments

Comments
 (0)