From 6ddfd1a0028d667f373407a0c6b143ccfde866c6 Mon Sep 17 00:00:00 2001 From: turtledreams <62231246+turtledreams@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:19:35 +0900 Subject: [PATCH] Changlog --- CHANGELOG.md | 3 ++- lib/countly-bulk.js | 2 +- lib/countly.js | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d09e8..d62c898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## XX.XX.XX +## 24.10.1 - Added a new method `set_id(newDeviceId)` for managing device ID changes according to the device ID Type - Added `DeviceIdType` enums to be used to evaluate the device ID type. +- Added reserved keys for user properties ## 24.10.0 - Default max segmentation value count changed from 30 to 100 diff --git a/lib/countly-bulk.js b/lib/countly-bulk.js index a7ecc0e..2670127 100644 --- a/lib/countly-bulk.js +++ b/lib/countly-bulk.js @@ -59,7 +59,7 @@ CountlyBulk.StorageTypes = cc.storageTypeEnums; * }); */ function CountlyBulk(conf) { - var SDK_VERSION = "24.10.0"; + var SDK_VERSION = "24.10.1"; var SDK_NAME = "javascript_native_nodejs_bulk"; var empty_queue_callback = null; diff --git a/lib/countly.js b/lib/countly.js index 6f8d1cf..50d7ad6 100644 --- a/lib/countly.js +++ b/lib/countly.js @@ -33,7 +33,7 @@ Countly.StorageTypes = cc.storageTypeEnums; Countly.DeviceIdType = cc.deviceIdTypeEnums; Countly.Bulk = Bulk; (function() { - var SDK_VERSION = "24.10.0"; + var SDK_VERSION = "24.10.1"; var SDK_NAME = "javascript_native_nodejs"; var inited = false; diff --git a/package.json b/package.json index c35b9f7..4b2b870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "countly-sdk-nodejs", - "version": "24.10.0", + "version": "24.10.1", "description": "Countly NodeJS SDK", "main": "lib/countly.js", "directories": {