Skip to content

Commit

Permalink
Merge pull request #201 from CleverTap/prepare-v4.1.3
Browse files Browse the repository at this point in the history
Prepare v4.1.3
  • Loading branch information
akashvercetti committed Oct 11, 2022
2 parents 72da2c1 + 0c0b6e7 commit a7d1096
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

### [Version 4.1.3](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.1.3) (October 11, 2022)

##### Fixed
- Fixes the value of `wzrk_c2a` key for image-only in-app notification CTAs.
- Possible fix for crashes related to profile caches.
- Updates support for CleverTap Signed Call iOS SDK.

### [Version 4.1.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.1.2) (September 16, 2022)

##### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CleverTap-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CleverTap-iOS-SDK"
s.version = "4.1.2"
s.version = "4.1.3"
s.summary = "The CleverTap iOS SDK for App Analytics and Engagement."
s.homepage = "https://github.com/CleverTap/clevertap-ios-sdk"
s.license = { :type => "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion CleverTapSDK/CleverTapBuildInfo.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

#define WR_SDK_REVISION @"40102"
#define WR_SDK_REVISION @"40103"

0 comments on commit a7d1096

Please sign in to comment.