Skip to content

Commit 23cf0aa

Browse files
committed
Prepare for release 3.7.0-beta.4.
1 parent c1583e3 commit 23cf0aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.7.0-beta.3"
3+
s.version = "3.7.0-beta.4"
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
@@ -416,7 +416,7 @@ + (void)debug:(BOOL)showDebugLogs
416416

417417
+ (NSString *)version
418418
{
419-
return @"3.7.0-beta.3";
419+
return @"3.7.0-beta.4";
420420
}
421421

422422
#pragma mark - Helpers

CHANGELOG.md

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

4+
Version 3.7.0-beta.4 *(19th June, 2019)*
5+
-----------------------------------------
6+
* [Fix](https://github.com/segmentio/analytics-ios/pull/812): Remove invalid `.clang-format` symlink which can cause issues with manual builds.
7+
* [Fix](https://github.com/segmentio/analytics-ios/pull/806): Collect `context.device.type` as `ios`.
8+
* [Fix](https://github.com/segmentio/analytics-ios/pull/815): Fix Xcode warning.
9+
410
Version 3.7.0-beta.3 *(10th January, 2018)*
511
--------------------------------------------
612
* [Fix](https://github.com/segmentio/analytics-ios/pull/799): Allow setting anonymousId

0 commit comments

Comments
 (0)