Skip to content

Commit 4434b54

Browse files
feat: 23.2.1
1 parent b6aa925 commit 4434b54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## XX.XX.XX
2-
- Added manual session control, which can be enabled via "Countly::enableManualSessionControl".
1+
## 23.2.1
2+
- Added manual session control via "Countly::enableManualSessionControl". When enabled, automatic session calls are ignored, while manual calls remain usable for finer control.
33
- Added "checkRQSize" function to return the current number of requests in the queue.
44

55
## 23.2.0

include/countly/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <string>
1414

1515
#define COUNTLY_SDK_NAME "cpp-native-unknown"
16-
#define COUNTLY_SDK_VERSION "23.2.0"
16+
#define COUNTLY_SDK_VERSION "23.2.1"
1717
#define COUNTLY_POST_THRESHOLD 2000
1818
#define COUNTLY_KEEPALIVE_INTERVAL 3000
1919
#define COUNTLY_MAX_EVENTS_DEFAULT 200

0 commit comments

Comments
 (0)