Skip to content

Commit 7bd4299

Browse files
committed
Prepare for release 3.6.9.
1 parent 958760f commit 7bd4299

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Analytics"
3-
s.version = "3.6.8"
3+
s.version = "3.6.9"
44
s.summary = "The hassle-free way to add analytics to your iOS app."
55

66
s.description = <<-DESC

Analytics/Classes/SEGAnalytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ + (void)debug:(BOOL)showDebugLogs
410410

411411
+ (NSString *)version
412412
{
413-
return @"3.6.8";
413+
return @"3.6.9";
414414
}
415415

416416
#pragma mark - Helpers

Analytics/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.6.8</string>
18+
<string>3.6.9</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
Change Log
22
==========
33

4+
Version 3.6.9 *(3rd December, 2017)*
5+
-------------------------------------
6+
7+
* [Fix](https://github.com/segmentio/analytics-ios/pull/736): Reverts [ability to run connection factories asynchronously](https://github.com/segmentio/analytics-ios/pull/720). This fixes a bug in 3.6.9 that caused the library to not send events to the Segment API.
8+
49
Version 3.6.8 *(28th October, 2017)*
510
-------------------------------------
11+
12+
This version included a bug that caused the library to not send events to the Segment API. We recommend using version `3.6.9` which fixes this bug and includes all the other improvements available in this release.
13+
614
* [Fix](https://github.com/segmentio/analytics-ios/pull/700): Fixes some compiler warnings seen when importing analytics-ios via Swift in a Carthage project.
715
* [Fix](https://github.com/segmentio/analytics-ios/pull/730): Fix crash when trying to get screen name in some cases.
816
* [New](https://github.com/segmentio/analytics-ios/pull/727): Support schema defaults.
917
* [New](https://github.com/segmentio/analytics-ios/pull/724): Send disabled events to Segment so they can be surfaced in the debugger. This won't be sent to any destinations.
1018
* [Fix](https://github.com/segmentio/analytics-ios/pull/723): Fix date formatting to be RFC 3339 compliant.
11-
* [Improvement](https://github.com/segmentio/analytics-ios/pull/720): Run connection factory asynchronously so it doesn't block queuing events.
1219
* [Fix](https://github.com/segmentio/analytics-ios/pull/715): Always deliver events asynchronously to integrations.
20+
~~* [Improvement](https://github.com/segmentio/analytics-ios/pull/720): Run connection factory asynchronously so it doesn't block queuing events.~~
1321

1422
Version 3.6.7 *(24th August, 2017)*
1523
-------------------------------------

0 commit comments

Comments
 (0)