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