Skip to content

Commit

Permalink
Preparing for release 3.6.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 1, 2016
1 parent 62dd0f8 commit b9d1e7d
Show file tree
Hide file tree
Showing 3 changed files with 6 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.5.5"
s.version = "3.6.0-beta"
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 @@ -372,7 +372,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.5.5";
return @"3.6.0-beta";
}

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

Version 3.6.0-beta *(1st December, 2016)*
-------------------------------------
* Major refactor laying the groundwork for a new middleware based architecture that will enable a whole new class of capabilities for analytics-ios

Version 3.5.5 *(30th November, 2016)*
-------------------------------------
* [Fix](1eeafe261887877b24b7197c991457b72379fc7e): Fix issue where calling `[analytics continueUserActivity:activity]` would cause events in the application session to be dropped. Events from prior and future sessions will be unaffected.
Expand Down

0 comments on commit b9d1e7d

Please sign in to comment.