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

Commit e56f894

Browse files
committed
Prepare for 5.0.2
1 parent c0a136f commit e56f894

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Artifacts/libIterable-iOS-SDK.a

2.16 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## [5.0.2](https://github.com/Iterable/iterable-ios-sdk/releases/tag/5.0.2)
19+
20+
#### Fixed
21+
- The new email is now persisted when `updateEmail:` is called
22+
- SDK now ensures that only one in-app message can be shown at a time
23+
1824
## [5.0.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/5.0.1)
1925

2026
#### Fixed

IterableAppExtensions.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 = "IterableAppExtensions"
19-
s.version = "5.0.1"
19+
s.version = "5.0.2"
2020
s.summary = "App Extensions for Iterable SDK"
2121

2222
s.description = <<-DESC

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 = "5.0.1"
19+
s.version = "5.0.2"
2020
s.summary = "Iterable's official SDK for iOS"
2121

2222
s.description = <<-DESC

0 commit comments

Comments
 (0)