We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba15ec commit b7469e5Copy full SHA for b7469e5
CHANGELOG.md
@@ -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
+
4
## 23.2.2
5
- Mitigated a mutex issue that can happen during update loop.
6
include/countly/constants.hpp
@@ -13,7 +13,7 @@
13
#include <string>
14
15
#define COUNTLY_SDK_NAME "cpp-native-unknown"
16
-#define COUNTLY_SDK_VERSION "23.2.2"
+#define COUNTLY_SDK_VERSION "23.2.3"
17
#define COUNTLY_POST_THRESHOLD 2000
18
#define COUNTLY_KEEPALIVE_INTERVAL 3000
19
#define COUNTLY_MAX_EVENTS_DEFAULT 200
0 commit comments