From f5a3c2bb79d56e2a3e45d5795cc865c734d7e6a0 Mon Sep 17 00:00:00 2001 From: Ilya Brin Date: Mon, 6 Jun 2016 21:58:57 -0700 Subject: [PATCH] prepare for 2.0.1 --- CHANGELOG.md | 9 ++++++++- IterableSDK.podspec | 2 +- README.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index decf66e..9eb50a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_ diff --git a/IterableSDK.podspec b/IterableSDK.podspec index d622ec8..1f30f9b 100644 --- a/IterableSDK.podspec +++ b/IterableSDK.podspec @@ -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 diff --git a/README.md b/README.md index 3d8c407..0e78a9f 100644 --- a/README.md +++ b/README.md @@ -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