File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-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.7.0-beta.2 "
3
+ s . version = "3.7.0-beta.3 "
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 @@ -416,7 +416,7 @@ + (void)debug:(BOOL)showDebugLogs
416
416
417
417
+ (NSString *)version
418
418
{
419
- return @" 3.7.0-beta.2 " ;
419
+ return @" 3.7.0-beta.3 " ;
420
420
}
421
421
422
422
#pragma mark - Helpers
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
9
Version 3.6.10 * (19th November, 2018)*
5
10
--------------------------------------------
6
11
* [ Fix] ( https://github.com/segmentio/analytics-ios/pull/798 ) : Add deep links redaction
You can’t perform that action at this time.
0 commit comments