diff --git a/Analytics.podspec b/Analytics.podspec index 595786d70..a2dc9ec4c 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.6" + s.version = "4.1.7" 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 86c517aba..8113ad9c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 4.1.7 *(6 January, 2023)* +----------------------------- +* [Fix](https://github.com/segmentio/analytics-ios/pull/1049) Removed writekey from request header; Added context.instanceId. + Version 4.1.6 *(5 October, 2021)* ----------------------------- * [Fix](https://github.com/segmentio/analytics-ios/pull/1016) Removed unused exclude in Package.swift diff --git a/Examples/CarthageExample/Cartfile b/Examples/CarthageExample/Cartfile index cc5687bcc..3aa50ec9b 100644 --- a/Examples/CarthageExample/Cartfile +++ b/Examples/CarthageExample/Cartfile @@ -1,3 +1,3 @@ -github "segmentio/analytics-ios" "4.1.6" +github "segmentio/analytics-ios" "4.1.7" # 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 be9835c77..1d5a8f536 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.6"; + return @"4.1.7"; } #pragma mark - Helpers diff --git a/Segment/Info.plist b/Segment/Info.plist index 81fb42897..8440f254a 100644 --- a/Segment/Info.plist +++ b/Segment/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.6 + 4.1.7 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass