From 78423aaae2e48e32a07246850f37c76f3d34cb84 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Wed, 1 Feb 2023 14:33:54 -0800 Subject: [PATCH] Prepare for release 4.1.8. --- Analytics.podspec | 2 +- CHANGELOG.md | 4 ++++ Examples/CarthageExample/Cartfile | 2 +- Segment/Classes/SEGAnalytics.m | 2 +- Segment/Info.plist | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Analytics.podspec b/Analytics.podspec index a2dc9ec4c..75743703b 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.7" + s.version = "4.1.8" 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 8113ad9c3..5f8b504f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 4.1.8 *(1 February, 2023)* +----------------------------- +* [Fix](https://github.com/segmentio/analytics-ios/pull/1052) Fix null setting entry crash on tvOS + Version 4.1.7 *(6 January, 2023)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/1049) Removed writekey from request header; Added context.instanceId. diff --git a/Examples/CarthageExample/Cartfile b/Examples/CarthageExample/Cartfile index 3aa50ec9b..87c8bfb0e 100644 --- a/Examples/CarthageExample/Cartfile +++ b/Examples/CarthageExample/Cartfile @@ -1,3 +1,3 @@ -github "segmentio/analytics-ios" "4.1.7" +github "segmentio/analytics-ios" "4.1.8" # 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 1d5a8f536..b82a2eeab 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.7"; + return @"4.1.8"; } #pragma mark - Helpers diff --git a/Segment/Info.plist b/Segment/Info.plist index 8440f254a..fc3c33070 100644 --- a/Segment/Info.plist +++ b/Segment/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.7 + 4.1.8 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass