diff --git a/Artifacts/libIterable-iOS-SDK.a b/Artifacts/libIterable-iOS-SDK.a index 25a53cf..b676325 100644 Binary files a/Artifacts/libIterable-iOS-SDK.a and b/Artifacts/libIterable-iOS-SDK.a differ diff --git a/CHANGELOG.md b/CHANGELOG.md index a2811ad..f8229cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Fixed - nothing yet +## [4.4.7](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.7) +#### Fixed +- Fixed an unhandled exception in response handling on network errors + ## [4.4.6](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.6) #### Added - Added the `updateEmail` function to update the user's email. diff --git a/IterableSDK.podspec b/IterableSDK.podspec index c01ae27..ac78658 100644 --- a/IterableSDK.podspec +++ b/IterableSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "IterableSDK" - s.version = "4.4.6" + s.version = "4.4.7" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC