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

Commit 4f6fcdd

Browse files
author
Ilya Brin
committed
prepare for 2.1.0
1 parent 2787135 commit 4f6fcdd

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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.1"
19+
s.version = "2.1.0"
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.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

0 commit comments

Comments
 (0)