From 3e7cb769e0717dbd64d15fc06a5e7bde139d97eb Mon Sep 17 00:00:00 2001 From: Akash Malhotra <> Date: Fri, 12 Apr 2024 13:12:57 +0530 Subject: [PATCH] updated sdk version and changelog --- CHANGELOG.md | 5 +++++ CleverTapSDK/CleverTapBuildInfo.h | 2 +- sdk-version.txt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fbae78..899b73cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +### [Version 6.2.1](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/6.2.1) (April 12, 2024) + +#### Fixed +- Fixes a build error related to privacy manifests when statically linking the SDK using Cocoapods. + ### [Version 6.2.0](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/6.2.0) (April 4, 2024) #### Changed diff --git a/CleverTapSDK/CleverTapBuildInfo.h b/CleverTapSDK/CleverTapBuildInfo.h index 113a8287..d967e764 100644 --- a/CleverTapSDK/CleverTapBuildInfo.h +++ b/CleverTapSDK/CleverTapBuildInfo.h @@ -1 +1 @@ -#define WR_SDK_REVISION @"60200" +#define WR_SDK_REVISION @"60201" diff --git a/sdk-version.txt b/sdk-version.txt index 4ac4fded..0df17dd0 100644 --- a/sdk-version.txt +++ b/sdk-version.txt @@ -1 +1 @@ -6.2.0 \ No newline at end of file +6.2.1 \ No newline at end of file