Skip to content

Commit a9267c1

Browse files
committed
Release 1.11.5
1 parent ffb1188 commit a9267c1

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-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.4"
9+
s.version = "1.11.5"
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.4;
1734+
ANALYTICS_VERSION = 1.11.5;
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.4;
1766+
ANALYTICS_VERSION = 1.11.5;
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.4 (Do not change this line. It is automatically modified by the build process)
3+
// Version 1.11.5 (Do not change this line. It is automatically modified by the build process)
44

55
#import "SEGAnalytics.h"

History.md

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

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

0 commit comments

Comments
 (0)