Skip to content

Commit 03d2306

Browse files
Merge pull request #488 from CleverTap/changelog-version-7.3.4
Changelog for version 7.3.4
2 parents f884aa8 + b9bcfaf commit 03d2306

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
### [Version 7.3.4](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/7.3.4) (October 29, 2025)
5+
#### Fixed
6+
- Mitigates a potential crash related to Core Data concurrency for App Inbox.
7+
- Fixes a bug where multiple profiles were created when `onUserLogin` was called via a custom CleverTap instance.
8+
- Fixes conflicts with SDWebImage when apps used other packages also using SDWebImage via Swift Package Manager.
9+
410
### [Version 7.3.3](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/7.3.3) (September 11, 2025)
511
#### Fixed
612
- Fixes a bug where the updated values of variables were not fetched right after a profile push.

CleverTapSDK/CleverTapBuildInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define WR_SDK_REVISION @"70303"
1+
#define WR_SDK_REVISION @"70304"

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.3
1+
7.3.4

0 commit comments

Comments
 (0)