Skip to content

Commit

Permalink
Prepare for release 3.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jun 30, 2016
1 parent 53988d8 commit 7306f8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.2.4"
s.version = "3.2.5"
s.summary = "The hassle-free way to add analytics to your iOS app."

s.description = <<-DESC
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Change Log
==========

Version 3.2.5 *(06-30-2016)*
-----------------------------
* Fix: Correctly skip sending events for disabled events in the tracking plan.

Version 3.2.4 *(06-08-2016)*
-----------------------------
* Fix: Handle case when ViewController is named simply "ViewController".

Version 3.2.3 *(06-08-2016)*
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/SEGAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.2.4";
return @"3.2.5";
}

#pragma mark - Private
Expand Down

0 comments on commit 7306f8d

Please sign in to comment.