Skip to content

Commit a42c8fc

Browse files
committed
Release 1.11.8
1 parent 2ffd7b0 commit a42c8fc

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end
66

77
Pod::Spec.new do |s|
88
s.name = "Analytics"
9-
s.version = "1.11.7"
9+
s.version = "1.11.8"
1010
s.summary = "Segment analytics and marketing tools library for iOS."
1111
s.homepage = "https://segment.com/libraries/ios"
1212
s.license = { :type => "MIT", :file => "License.md" }

Analytics.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@
17771777
isa = XCBuildConfiguration;
17781778
buildSettings = {
17791779
ALWAYS_SEARCH_USER_PATHS = NO;
1780-
ANALYTICS_VERSION = 1.11.7;
1780+
ANALYTICS_VERSION = 1.11.8;
17811781
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
17821782
CLANG_CXX_LIBRARY = "libc++";
17831783
CLANG_ENABLE_OBJC_ARC = YES;
@@ -1809,7 +1809,7 @@
18091809
isa = XCBuildConfiguration;
18101810
buildSettings = {
18111811
ALWAYS_SEARCH_USER_PATHS = NO;
1812-
ANALYTICS_VERSION = 1.11.7;
1812+
ANALYTICS_VERSION = 1.11.8;
18131813
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
18141814
CLANG_CXX_LIBRARY = "libc++";
18151815
CLANG_ENABLE_OBJC_ARC = YES;

Analytics/Analytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Analytics.h
22
// Copyright (c) 2014 Segment.io. All rights reserved.
3-
// Version 1.11.7 (Do not change this line. It is automatically modified by the build process)
3+
// Version 1.11.8 (Do not change this line. It is automatically modified by the build process)
44

55
#import "SEGAnalytics.h"

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
1.11.8 / 2015-05-11
3+
===================
4+
5+
* Use Localized Info Dictionary instead of default
6+
* Respect trackAllPages setting for Amplitude
7+
* Respect trackAllPages setting for Mixpanel
8+
* Add Kahuna Integration
9+
* Add Apptimize Integration.
10+
* Update Amplitude to version 2.4.0
11+
212
1.11.7 / 2015-05-05
313
===================
414

0 commit comments

Comments
 (0)