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

Commit

Permalink
prepare for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dontgitit committed Jun 7, 2016
1 parent faaeb7f commit f5a3c2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- nothing yet

#### Changed
- swap NSURLConnection in favor of NSURLSession
- nothing yet

#### Fixed
- nothing yet


## [2.0.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/2.0.1)
_Released on 2016-06-06_

#### Changed
- swap out NSURLConnection in favor of NSURLSession


## [2.0.0](https://github.com/Iterable/iterable-ios-sdk/releases/tag/2.0.0)
_Released on 2016-06-02_

Expand Down
2 changes: 1 addition & 1 deletion IterableSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "IterableSDK"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![CocoaPods](https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat)](https://cocoapods.org/pods/IterableSDK)
[![License](https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat)](https://opensource.org/licenses/MIT)
[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/2.0.0/)
[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/2.0.1/)

# Iterable iOS SDK

Expand Down

0 comments on commit f5a3c2b

Please sign in to comment.