Skip to content

Commit 0de302b

Browse files
author
Brandon Sneed
committed
Prepare for release 3.8.0-beta.2.
1 parent e45ea34 commit 0de302b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Analytics"
3-
s.version = "3.8.0-beta.1"
3+
s.version = "3.8.0-beta.2"
44
s.summary = "The hassle-free way to add analytics to your iOS app."
55

66
s.description = <<-DESC

Analytics/Classes/SEGAnalytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ + (NSString *)version
438438
{
439439
// this has to match the actual version, NOT what's in info.plist
440440
// 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";
442442
}
443443

444444
#pragma mark - Helpers

CHANGELOG.md

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

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+
413
Version 3.8.0-beta.1 *(7th January, 2020)*
514
------------------------------------------
615

0 commit comments

Comments
 (0)