diff --git a/Analytics.podspec b/Analytics.podspec index 3256db2a1..595786d70 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.5" + s.version = "4.1.6" 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 30ec35fe1..86c517aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Change Log ========== + +Version 4.1.6 *(5 October, 2021)* +----------------------------- +* [Fix](https://github.com/segmentio/analytics-ios/pull/1016) Removed unused exclude in Package.swift +* [Fix](https://github.com/segmentio/analytics-ios/pull/1009) Fix potential deadlock on first app launch + Version 4.1.5 *(9 July, 2021)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/999) Add missing nullability identifier diff --git a/Examples/CarthageExample/Cartfile b/Examples/CarthageExample/Cartfile index 688f16db1..cc5687bcc 100644 --- a/Examples/CarthageExample/Cartfile +++ b/Examples/CarthageExample/Cartfile @@ -1,3 +1,3 @@ -github "segmentio/analytics-ios" "4.1.5" +github "segmentio/analytics-ios" "4.1.6" # 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 da7e0904e..be9835c77 100644 --- a/Segment/Classes/SEGAnalytics.m +++ b/Segment/Classes/SEGAnalytics.m @@ -549,7 +549,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.5"; + return @"4.1.6"; } #pragma mark - Helpers diff --git a/Segment/Info.plist b/Segment/Info.plist index a58b6f62c..81fb42897 100644 --- a/Segment/Info.plist +++ b/Segment/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.5 + 4.1.6 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass