Skip to content

Commit

Permalink
Release 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Aug 24, 2017
1 parent b90bd1c commit c908c4c
Show file tree
Hide file tree
Showing 4 changed files with 11 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.6.6"
s.version = "3.6.7"
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 @@ -408,7 +408,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.6.6";
return @"3.6.7";
}

#pragma mark - Helpers
Expand Down
2 changes: 1 addition & 1 deletion Analytics/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.6.6</string>
<string>3.6.7</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 3.6.7 *(24th August, 2017)*
-------------------------------------
* Use DEBUG preprocessor flag to conditionally disable assertions in prod #711

Version 3.6.6 *(15th August, 2017)*
-------------------------------------
* Update Info.plist version with library version. Add Makefile for building dynamic framework via Carthage. Explicitly distributing frameworks for installation outside of dependency managers.

Version 3.6.5 *(7th August, 2017)*
-------------------------------------
* Default to empty values rather than `NSNull` for automatically tracked events #706
Expand Down

0 comments on commit c908c4c

Please sign in to comment.