diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdf504..85d647e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ - - -22.09.0 -* 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. 22.06.3 * Fixed a bug where empty metrics were sent with session begin request. diff --git a/include/countly/constants.hpp b/include/countly/constants.hpp index 6e24c78..e207461 100644 --- a/include/countly/constants.hpp +++ b/include/countly/constants.hpp @@ -13,7 +13,7 @@ #include "nlohmann/json.hpp" #define COUNTLY_SDK_NAME "cpp-native-unknown" -#define COUNTLY_SDK_VERSION "22.06.3" +#define COUNTLY_SDK_VERSION "22.06.4" #define COUNTLY_POST_THRESHOLD 2000 #define COUNTLY_KEEPALIVE_INTERVAL 3000 #define COUNTLY_MAX_EVENTS_DEFAULT 200