Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit f5a3c2b

Browse files
author
Ilya Brin
committed
prepare for 2.0.1
1 parent faaeb7f commit f5a3c2b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
- nothing yet
1111

1212
#### Changed
13-
- swap NSURLConnection in favor of NSURLSession
13+
- nothing yet
1414

1515
#### Fixed
1616
- nothing yet
1717

1818

19+
## [2.0.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/2.0.1)
20+
_Released on 2016-06-06_
21+
22+
#### Changed
23+
- swap out NSURLConnection in favor of NSURLSession
24+
25+
1926
## [2.0.0](https://github.com/Iterable/iterable-ios-sdk/releases/tag/2.0.0)
2027
_Released on 2016-06-02_
2128

IterableSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "IterableSDK"
19-
s.version = "2.0.0"
19+
s.version = "2.0.1"
2020
s.summary = "Iterable's official SDK for iOS"
2121

2222
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CocoaPods](https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat)](https://cocoapods.org/pods/IterableSDK)
22
[![License](https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat)](https://opensource.org/licenses/MIT)
3-
[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/2.0.0/)
3+
[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/2.0.1/)
44

55
# Iterable iOS SDK
66

0 commit comments

Comments
 (0)