Skip to content

Commit d88d49d

Browse files
committed
Prepare for release 4.1.2
1 parent 9cab023 commit d88d49d

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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.1"
4+
s.version = "4.1.2"
55
s.summary = "The hassle-free way to add analytics to your iOS app."
66

77
s.description = <<-DESC

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Change Log
22
==========
3+
Version 4.1.2 *(12 November, 2020)*
4+
-----------------------------
5+
* [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.
6+
* [Fix](https://github.com/segmentio/analytics-ios/pull/963) Fixed missing userId in traits.
7+
* [Fix](https://github.com/segmentio/analytics-ios/pull/962) Fixed an issue with NSCopying preceding SEGSerialization.
8+
* [Fix](https://github.com/segmentio/analytics-ios/pull/957) Output log messages when events are trimmed from the queue.
9+
* [Fix](https://github.com/segmentio/analytics-ios/pull/956) Added category option to screen calls.
10+
311
Version 4.1.1 *(27 October, 2020)*
412
-----------------------------
513
* [Fix](https://github.com/segmentio/analytics-ios/pull/955) Fixed example projects using old branch for SPM.

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.1"
1+
github "segmentio/analytics-ios" "4.1.2"
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
@@ -545,7 +545,7 @@ + (NSString *)version
545545
{
546546
// this has to match the actual version, NOT what's in info.plist
547547
// because Apple only accepts X.X.X as versions in the review process.
548-
return @"4.1.1";
548+
return @"4.1.2";
549549
}
550550

551551
#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.1</string>
18+
<string>4.1.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)