Skip to content

Commit 1bf79d5

Browse files
committed
Prepare for release 3.7.0-beta.2
1 parent d1db92d commit 1bf79d5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.1"
3+
s.version = "3.7.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
@@ -416,7 +416,7 @@ + (void)debug:(BOOL)showDebugLogs
416416

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

422422
#pragma mark - Helpers

CHANGELOG.md

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

4+
Version 3.7.0-beta.2 *(15th November, 2018)*
5+
--------------------------------------------
6+
7+
* [Fix](https://github.com/segmentio/analytics-ios/pull/798): Add deep links redaction
8+
49
Version 3.7.0-beta.1 *(23rd October, 2018)*
510
-------------------------------------------
611

0 commit comments

Comments
 (0)