diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfd16d..d743a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,27 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] #### Added -- completion handler blocks for all the Iterable APIs -- class to represent Iterable notification metadata +- nothing yet #### Removed - nothing yet #### Changed -- no longer tracks push opens from test pushes, proofs +- nothing yet + +#### Fixed +- nothing yet + + +## [2.1.0](https://github.com/Iterable/iterable-ios-sdk/releases/tag/2.1.0) + _Released on 2016-06-07_ + +#### Added +- completion handler blocks for all the Iterable APIs +- class to represent Iterable notification metadata + +#### Changed +- no longer tracks push opens from test and proof pushes #### Fixed - no longer tracks push opens from ghost pushes diff --git a/IterableSDK.podspec b/IterableSDK.podspec index 1f30f9b..1e05627 100644 --- a/IterableSDK.podspec +++ b/IterableSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "IterableSDK" - s.version = "2.0.1" + s.version = "2.1.0" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/README.md b/README.md index 8fdb263..010539b 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.1/) +[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/2.1.0/) # Iterable iOS SDK