Skip to content

Commit f8eb625

Browse files
committed
Release 1.11.4
1 parent e8b5cdc commit f8eb625

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-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.3"
9+
s.version = "1.11.4"
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
@@ -1731,7 +1731,7 @@
17311731
isa = XCBuildConfiguration;
17321732
buildSettings = {
17331733
ALWAYS_SEARCH_USER_PATHS = NO;
1734-
ANALYTICS_VERSION = 1.11.3;
1734+
ANALYTICS_VERSION = 1.11.4;
17351735
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
17361736
CLANG_CXX_LIBRARY = "libc++";
17371737
CLANG_ENABLE_OBJC_ARC = YES;
@@ -1763,7 +1763,7 @@
17631763
isa = XCBuildConfiguration;
17641764
buildSettings = {
17651765
ALWAYS_SEARCH_USER_PATHS = NO;
1766-
ANALYTICS_VERSION = 1.11.3;
1766+
ANALYTICS_VERSION = 1.11.4;
17671767
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
17681768
CLANG_CXX_LIBRARY = "libc++";
17691769
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.3 (Do not change this line. It is automatically modified by the build process)
3+
// Version 1.11.4 (Do not change this line. It is automatically modified by the build process)
44

55
#import "SEGAnalytics.h"

History.md

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

2+
1.11.4 / 2015-05-01
3+
===================
4+
5+
* Merge pull request #276 from lucoceano/master
6+
* verbose
7+
* Updated Taplytics to 2.1.78
8+
* Merge pull request #294 from tonyxiao/swift-cocoapods-fix
9+
* Updated Taplytics to 2.1.74
10+
* Update pod version
11+
* Merge pull request #297 from segmentio/send-context
12+
* Update spectra
13+
* Update gitignore
14+
* custom context
15+
* Add CONTRIBUTING.md
16+
* Merge pull request #295 from segmentio/send-kahuna-quantity-and-revenue
17+
* Send revenue to Kahuna in cents
18+
* Update kahuna
19+
* Merge pull request #292 from jonathannorris/Taplytics-2.1.70
20+
* make build
21+
* Check CBCentralManagerOptionShowPowerAlertKey != NO
22+
* Fix compilation issue when integrating with cocoapods swift
23+
* Marking more headers as public to make dependency as a cocoapods swift module work
24+
* Update Taplytics to 2.1.70
25+
* Bump
26+
* Merge pull request #290 from jonathannorris/Taplytics-2.1.68
27+
* Update Taplytics to 2.1.68
28+
* Merge pull request #288 from jonathannorris/Taplytics-2.1.66
29+
* Updated Taplytics to 2.1.66
30+
* Merge pull request #287 from segmentio/add-flush
31+
* Add flush method
32+
* Merge pull request #286 from segmentio/add-alias
33+
* Add alias method
34+
* revert pod
35+
* Sets the segment tracker always as default
36+
237
1.11.3 / 2015-03-27
338
===================
439

0 commit comments

Comments
 (0)