Skip to content

Commit 3be84b2

Browse files
committed
Prepare for release 3.7.0-beta.3
1 parent efb4cd1 commit 3be84b2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: Analytics.podspec

+1-1
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.2"
3+
s.version = "3.7.0-beta.3"
44
s.summary = "The hassle-free way to add analytics to your iOS app."
55

66
s.description = <<-DESC

Diff for: Analytics/Classes/SEGAnalytics.m

+1-1
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.2";
419+
return @"3.7.0-beta.3";
420420
}
421421

422422
#pragma mark - Helpers

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 3.7.0-beta.3 *(10th January, 2018)*
5+
--------------------------------------------
6+
* [Fix](https://github.com/segmentio/analytics-ios/pull/799): Allow setting anonymousId
7+
* [Fix](https://github.com/segmentio/analytics-ios/pull/800): Remove stray log
8+
49
Version 3.6.10 *(19th November, 2018)*
510
--------------------------------------------
611
* [Fix](https://github.com/segmentio/analytics-ios/pull/798): Add deep links redaction

0 commit comments

Comments
 (0)