File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Analytics"
3
- s . version = "3.8.0-beta.1 "
3
+ s . version = "3.8.0-beta.2 "
4
4
s . summary = "The hassle-free way to add analytics to your iOS app."
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ + (NSString *)version
438
438
{
439
439
// this has to match the actual version, NOT what's in info.plist
440
440
// because Apple only accepts X.X.X as versions in the review process.
441
- return @" 3.8.0-beta.1 " ;
441
+ return @" 3.8.0-beta.2 " ;
442
442
}
443
443
444
444
#pragma mark - Helpers
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 3.8.0-beta.2 * (15th April, 2020)*
5
+ -----------------------------------------
6
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/861 ) Move SEGQueue from UserDefaults to caches directory.
7
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/862 ) Fix issues around plist->json conversion and nil values.
8
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/851 ) Expect dictionary as well as bool for integration enablement.
9
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/864 ) Differences observed in how iOS/android pass userId/anonId; Corrected.
10
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/866 ) Look at previously cached settings before blowing them away.
11
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/876 ) Added experimental feature to enable nanosecond granularity on timestamps.
12
+
4
13
Version 3.8.0-beta.1 * (7th January, 2020)*
5
14
------------------------------------------
6
15
You can’t perform that action at this time.
0 commit comments