From fb56c304db5b5c2248f03f7a814cdc097b71f94a Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Wed, 27 Jan 2021 13:30:33 -0800 Subject: [PATCH] Prepare for release 4.1.3. --- Analytics.podspec | 2 +- CHANGELOG.md | 6 ++++++ Examples/CarthageExample/Cartfile | 2 +- Segment/Classes/SEGAnalytics.m | 4 ++-- Segment/Info.plist | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Analytics.podspec b/Analytics.podspec index 36ad3ce66..607c19229 100644 --- a/Analytics.podspec +++ b/Analytics.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Analytics" s.module_name = "Segment" - s.version = "4.1.2" + s.version = "4.1.3" s.summary = "The hassle-free way to add analytics to your iOS app." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 8484021de..cdbc1e38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Change Log ========== +Version 4.1.3 *(27 January, 2021)* +----------------------------- +* [Fix](https://github.com/segmentio/analytics-ios/pull/982) Pull IDFA if it has changed and rebuild context if necessary. +* [Fix](https://github.com/segmentio/analytics-ios/pull/973) Support Data Residency. +* [Fix](https://github.com/segmentio/analytics-ios/pull/968) Added static lib support for Cocoapods. + Version 4.1.2 *(12 November, 2020)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/966) Standarized all SDK versions between dependency managers. Migrated to importing modules vs headers. Removed all linked frameworks. diff --git a/Examples/CarthageExample/Cartfile b/Examples/CarthageExample/Cartfile index b7f3a2510..1c0e03b77 100644 --- a/Examples/CarthageExample/Cartfile +++ b/Examples/CarthageExample/Cartfile @@ -1,3 +1,3 @@ -github "segmentio/analytics-ios" "4.1.2" +github "segmentio/analytics-ios" "4.1.3" # Use a local project when debugging # git "~/Code/segmentio/analytics-ios/" "master" diff --git a/Segment/Classes/SEGAnalytics.m b/Segment/Classes/SEGAnalytics.m index 35f6663ab..325817fe5 100644 --- a/Segment/Classes/SEGAnalytics.m +++ b/Segment/Classes/SEGAnalytics.m @@ -27,7 +27,7 @@ @interface SEGAnalytics () @property (nonatomic, strong) SEGStoreKitTracker *storeKitTracker; @property (nonatomic, strong) SEGIntegrationsManager *integrationsManager; @property (nonatomic, strong) SEGMiddlewareRunner *runner; -@property (nonatomic, strong) NSString *lastIDFA; +@property (nonatomic, copy) NSString *lastIDFA; @end @@ -547,7 +547,7 @@ + (NSString *)version { // this has to match the actual version, NOT what's in info.plist // because Apple only accepts X.X.X as versions in the review process. - return @"4.1.2"; + return @"4.1.3"; } #pragma mark - Helpers diff --git a/Segment/Info.plist b/Segment/Info.plist index f66fb6f34..29bb436dc 100644 --- a/Segment/Info.plist +++ b/Segment/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.2 + 4.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass