From 4e471207d38a3a47a33606003ceb9ee36d098815 Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray Date: Thu, 16 Apr 2026 15:34:44 +0300 Subject: [PATCH] feat: 26.1.0 --- CHANGELOG.md | 2 +- include/countly/constants.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 018b0d7..3d472c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## XX.XX.XX +## 26.1.0 - ! Minor breaking change ! SDK Behavior Settings is now enabled by default. Changes made on SDK Manager > SDK Behavior Settings on your server will affect SDK behavior directly. - Added init config method "disableSDKBehaviorSettingsUpdates" to disable periodic SBS updates from the server. diff --git a/include/countly/constants.hpp b/include/countly/constants.hpp index 69bbc7c..9626997 100644 --- a/include/countly/constants.hpp +++ b/include/countly/constants.hpp @@ -13,7 +13,7 @@ #include #define COUNTLY_SDK_NAME "cpp-native-unknown" -#define COUNTLY_SDK_VERSION "23.2.4" +#define COUNTLY_SDK_VERSION "26.1.0" #define COUNTLY_POST_THRESHOLD 2000 #define COUNTLY_KEEPALIVE_INTERVAL 3000 #define COUNTLY_MAX_EVENTS_DEFAULT 200