Skip to content

Commit

Permalink
Increased SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Feb 1, 2023
1 parent 72c8deb commit a50e6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/countly/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a50e6d3

Please sign in to comment.