Skip to content

Commit 89df4dd

Browse files
committed
Prepare for release 4.1.7
1 parent acd9f97 commit 89df4dd

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Analytics"
33
s.module_name = "Segment"
4-
s.version = "4.1.6"
4+
s.version = "4.1.7"
55
s.summary = "The hassle-free way to add analytics to your iOS app."
66

77
s.description = <<-DESC

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Version 4.1.7 *(6 January, 2023)*
5+
-----------------------------
6+
* [Fix](https://github.com/segmentio/analytics-ios/pull/1049) Removed writekey from request header; Added context.instanceId.
7+
48
Version 4.1.6 *(5 October, 2021)*
59
-----------------------------
610
* [Fix](https://github.com/segmentio/analytics-ios/pull/1016) Removed unused exclude in Package.swift

Examples/CarthageExample/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "segmentio/analytics-ios" "4.1.6"
1+
github "segmentio/analytics-ios" "4.1.7"
22
# Use a local project when debugging
33
# git "~/Code/segmentio/analytics-ios/" "master"

Segment/Classes/SEGAnalytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ + (NSString *)version
549549
{
550550
// this has to match the actual version, NOT what's in info.plist
551551
// because Apple only accepts X.X.X as versions in the review process.
552-
return @"4.1.6";
552+
return @"4.1.7";
553553
}
554554

555555
#pragma mark - Helpers

Segment/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.1.6</string>
18+
<string>4.1.7</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)