Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Prepare for release 3.7.0-beta.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jun 19, 2019
1 parent c1583e3 commit 23cf0aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Analytics"
s.version = "3.7.0-beta.3"
s.version = "3.7.0-beta.4"
s.summary = "The hassle-free way to add analytics to your iOS app."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Analytics/Classes/SEGAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.7.0-beta.3";
return @"3.7.0-beta.4";
}

#pragma mark - Helpers
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 3.7.0-beta.4 *(19th June, 2019)*
-----------------------------------------
* [Fix](https://github.com/segmentio/analytics-ios/pull/812): Remove invalid `.clang-format` symlink which can cause issues with manual builds.
* [Fix](https://github.com/segmentio/analytics-ios/pull/806): Collect `context.device.type` as `ios`.
* [Fix](https://github.com/segmentio/analytics-ios/pull/815): Fix Xcode warning.

Version 3.7.0-beta.3 *(10th January, 2018)*
--------------------------------------------
* [Fix](https://github.com/segmentio/analytics-ios/pull/799): Allow setting anonymousId
Expand Down

0 comments on commit 23cf0aa

Please sign in to comment.