File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 6.1.0-beta3
6
+ #### Changed
7
+ - Increase number of in-app messages fetched from the server to 100.
8
+
5
9
## 6.1.0-beta2
6
10
#### Added
7
11
- Support for ` action://your-custom-action-name ` URL scheme for calling custom actions
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
18
18
s . name = "Iterable-iOS-AppExtensions"
19
19
s . module_name = "IterableAppExtensions"
20
- s . version = "6.1.0-beta2 "
20
+ s . version = "6.1.0-beta3 "
21
21
s . summary = "App Extensions for Iterable SDK"
22
22
23
23
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
18
18
s . name = "Iterable-iOS-SDK"
19
19
s . module_name = "IterableSDK"
20
- s . version = "6.1.0-beta2 "
20
+ s . version = "6.1.0-beta3 "
21
21
s . summary = "Iterable's official SDK for iOS"
22
22
23
23
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments