diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f41656..1537443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Fixed - nothing yet +## [4.0.2](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.0.2) +#### Fixed +- include the latest artifacts + ## [4.0.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.0.1) #### Added - added back in `initWithApiKey` diff --git a/IterableSDK.podspec b/IterableSDK.podspec index e0bc0d5..829b848 100644 --- a/IterableSDK.podspec +++ b/IterableSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "IterableSDK" - s.version = "4.0.1" + s.version = "4.0.2" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/README.md b/README.md index a8b99f4..46e40a6 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/4.0.1/) +[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/4.0.2/) # Iterable iOS SDK