diff --git a/Analytics.podspec b/Analytics.podspec
index cb862080b..a8275e7da 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.1"
+ s.version = "4.1.2"
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 ca33c482d..8484021de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
Change Log
==========
+Version 4.1.2 *(12 November, 2020)*
+-----------------------------
+* [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.
+* [Fix](https://github.com/segmentio/analytics-ios/pull/963) Fixed missing userId in traits.
+* [Fix](https://github.com/segmentio/analytics-ios/pull/962) Fixed an issue with NSCopying preceding SEGSerialization.
+* [Fix](https://github.com/segmentio/analytics-ios/pull/957) Output log messages when events are trimmed from the queue.
+* [Fix](https://github.com/segmentio/analytics-ios/pull/956) Added category option to screen calls.
+
Version 4.1.1 *(27 October, 2020)*
-----------------------------
* [Fix](https://github.com/segmentio/analytics-ios/pull/955) Fixed example projects using old branch for SPM.
diff --git a/Examples/CarthageExample/Cartfile b/Examples/CarthageExample/Cartfile
index 740d5bc7e..b7f3a2510 100644
--- a/Examples/CarthageExample/Cartfile
+++ b/Examples/CarthageExample/Cartfile
@@ -1,3 +1,3 @@
-github "segmentio/analytics-ios" "4.1.1"
+github "segmentio/analytics-ios" "4.1.2"
# 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 500c13c20..d1881796b 100644
--- a/Segment/Classes/SEGAnalytics.m
+++ b/Segment/Classes/SEGAnalytics.m
@@ -545,7 +545,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.1";
+ return @"4.1.2";
}
#pragma mark - Helpers
diff --git a/Segment/Info.plist b/Segment/Info.plist
index 5fb3670e3..f66fb6f34 100644
--- a/Segment/Info.plist
+++ b/Segment/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.1.1
+ 4.1.2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass