Skip to content

Commit

Permalink
Merge pull request #477 from Iterable/version-6.3.0-beta4
Browse files Browse the repository at this point in the history
[MOB-2883] version 6.3.0-beta4
  • Loading branch information
roninopf committed May 5, 2021
2 parents 094b43a + 7aa8746 commit 42227b5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.3.0-beta4
#### Changed
- This beta is rebuilt from version 6.2.22

#### Added
- A health monitor now checks to make sure offline events don't get written when there are already a maximum amount of events in the database, or if an error is returned from the database

## 6.2.22
#### Added
- In-app message prioritization - Ordering the display of in-app messages based on a priority you select in Iterable when creating in-app campaigns
Expand All @@ -17,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 6.3.0-beta3
#### Changed
- This is rebuilt beta based off of 6.2.21
- This beta is rebuilt from version 6.2.21

## 6.2.21
#### Added
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-AppExtensions.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Iterable-iOS-AppExtensions"
s.module_name = "IterableAppExtensions"
s.version = "6.3.0-beta3"
s.version = "6.3.0-beta4"
s.summary = "App Extensions for Iterable SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-SDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Iterable-iOS-SDK"
s.module_name = "IterableSDK"
s.version = "6.3.0-beta3"
s.version = "6.3.0-beta4"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Expand Up @@ -8,7 +8,7 @@ import UIKit
@objcMembers
public final class IterableAPI: NSObject {
/// The current SDK version
public static let sdkVersion = "6.3.0-beta3"
public static let sdkVersion = "6.3.0-beta4"

/// The email of the logged in user that this IterableAPI is using
public static var email: String? {
Expand Down

0 comments on commit 42227b5

Please sign in to comment.