Skip to content

Commit 299a1f4

Browse files
authored
Merge pull request #126 from spotify/release-1.1.1
Bump to 1.1.1
2 parents 3a3a554 + 055413a commit 299a1f4

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. SPTDataLoad
33

44
--
55

6+
## [1.1.1](https://github.com/spotify/SPTDataLoader/releases/tag/1.1.1)
7+
_Released on 2016-02-20._
8+
9+
### Added
10+
* Added support for SSL pinning.
11+
* Added iOS 10 support.
12+
13+
### Fixed
14+
* Fixed nil URLs in the rate limiter causing a crash.
15+
* Fixed requests executing after they have been cancelled due to a race condition.
16+
* Fixed unique identifiers incrementing by 2 on every request made.
17+
18+
### Removed
19+
* Removed iOS 7.0 support.
20+
621
## [1.1.0](https://github.com/spotify/SPTDataLoader/releases/tag/1.1.0)
722
_Released on 2016-02-15._
823

Info.plist

+1-1
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>1.1</string>
18+
<string>1.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SPTDataLoader.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SPTDataLoader"
4-
s.version = "1.1.0"
4+
s.version = "1.1.1"
55
s.summary = "SPTDataLoader is Spotify’s HTTP library for Objective-C"
66

77
s.description = <<-DESC
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
making HTTP requests.
1212
DESC
1313

14-
s.ios.deployment_target = "7.0"
14+
s.ios.deployment_target = "8.0"
1515
s.osx.deployment_target = "10.9"
1616
s.tvos.deployment_target = "9.0"
1717
s.watchos.deployment_target = "2.0"

0 commit comments

Comments
 (0)