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 72c8deb commit a50e6d3Copy full SHA for a50e6d3
CHANGELOG.md
@@ -1,7 +1,5 @@
1
-
2
3
-22.09.0
4
-* Fixed a bug where 'mutex' was being locked twice when built with the 'COUNTLY_USE_SQLITE' flag.
+22.06.4
+* Fixed a bug where the SDK 'mutex' was being locked twice when built with the 'COUNTLY_USE_SQLITE' flag.
5
6
22.06.3
7
* Fixed a bug where empty metrics were sent with session begin request.
include/countly/constants.hpp
@@ -13,7 +13,7 @@
13
#include "nlohmann/json.hpp"
14
15
#define COUNTLY_SDK_NAME "cpp-native-unknown"
16
-#define COUNTLY_SDK_VERSION "22.06.3"
+#define COUNTLY_SDK_VERSION "22.06.4"
17
#define COUNTLY_POST_THRESHOLD 2000
18
#define COUNTLY_KEEPALIVE_INTERVAL 3000
19
#define COUNTLY_MAX_EVENTS_DEFAULT 200
0 commit comments