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 0354e63 commit 797cfe0Copy full SHA for 797cfe0
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## X.X.X
+## 23.2.2
2
- Mitigated a mutex issue that can happen during update loop.
3
4
## 23.2.1
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.1"
+#define COUNTLY_SDK_VERSION "23.2.2"
17
#define COUNTLY_POST_THRESHOLD 2000
18
#define COUNTLY_KEEPALIVE_INTERVAL 3000
19
#define COUNTLY_MAX_EVENTS_DEFAULT 200
0 commit comments