This repository was archived by the owner on Jul 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66#### Added
7- - completion handler blocks for all the Iterable APIs
8- - class to represent Iterable notification metadata
7+ - nothing yet
98
109#### Removed
1110- nothing yet
1211
1312#### Changed
14- - no longer tracks push opens from test pushes, proofs
13+ - nothing yet
14+
15+ #### Fixed
16+ - nothing yet
17+
18+
19+ ## [ 2.1.0] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/2.1.0 )
20+ _ Released on 2016-06-07_
21+
22+ #### Added
23+ - completion handler blocks for all the Iterable APIs
24+ - class to represent Iterable notification metadata
25+
26+ #### Changed
27+ - no longer tracks push opens from test and proof pushes
1528
1629#### Fixed
1730- no longer tracks push opens from ghost pushes
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 #
1717
1818 s . name = "IterableSDK"
19- s . version = "2.0.1 "
19+ s . version = "2.1.0 "
2020 s . summary = "Iterable's official SDK for iOS"
2121
2222 s . description = <<-DESC
Original file line number Diff line number Diff line change 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.1 / )
3+ [ ![ Docs] ( https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat )] ( http://cocoadocs.org/docsets/IterableSDK/2.1.0 / )
44
55# Iterable iOS SDK
66
You can’t perform that action at this time.
0 commit comments