Skip to content

Commit

Permalink
Merge pull request #697 from Iterable/evan/MOB-7313-prepare-3.5.0-bet…
Browse files Browse the repository at this point in the history
…a1-release

[MOB-7313] prepare 6.5.0-beta1 release
  • Loading branch information
evantk91 committed Nov 17, 2023
2 parents b1f7e46 + bacc5d9 commit f7f52a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.5.0-beta1

## 6.4.16
### Added
- `sendRequestWithRetries` function added as part of the `NetworkHelperclass`
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.4.16"
s.version = "6.5.0-beta1"
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.4.16"
s.version = "6.5.0-beta1"
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 @@ -7,7 +7,7 @@ import UIKit

@objcMembers public final class IterableAPI: NSObject {
/// The current SDK version
public static let sdkVersion = "6.4.16"
public static let sdkVersion = "6.5.0-beta1"

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

0 comments on commit f7f52a8

Please sign in to comment.