diff --git a/CHANGELOG.md b/CHANGELOG.md index 8286ea8f..b03ecc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Change Log ========== +Version 2.6.2 *(April 18, 2023)* +------------------------------------------- +- Fixed compilation errors in xcode 14.3+ in iOS. +- Supports [CleverTap iOS SDK v4.2.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.2). + Version 2.6.1 *(January 25, 2023)* ------------------------------------------- - Fixes a compilation error with iOS app inbox callback method `messageDidSelect`. diff --git a/README.md b/README.md index a2436586..4663a0eb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To get started, sign up [here](https://clevertap.com/live-product-demo/). ## ✅ Supported Versions - [CleverTap Android SDK version 4.6.6](https://github.com/CleverTap/clevertap-android-sdk/releases/tag/corev4.6.6) -- [CleverTap iOS SDK version 4.2.0](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.0) +- [CleverTap iOS SDK version 4.2.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.2) ## 🚀 Installation and Quick Start diff --git a/package.json b/package.json index 390c358b..c2a5ec38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clevertap-cordova", - "version": "2.6.1", + "version": "2.6.2", "description": "CleverTap Plugin for Cordova/PhoneGap", "cordova": { "id": "clevertap-cordova", diff --git a/plugin.xml b/plugin.xml index 7389ad81..02d9e3c8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + CleverTap CleverTap Plugin for Cordova/PhoneGap Commercial @@ -40,7 +40,7 @@ - +