Skip to content

Commit

Permalink
chore: prepare for 3.4.0
Browse files Browse the repository at this point in the history
## [3.4.0](3.3.3...3.4.0) (2024-09-17)

### Features

* state-driven in-app messaging ([#815](#815)) ([5cd651b](5cd651b))
  • Loading branch information
semantic-release-bot committed Sep 17, 2024
1 parent 5cd651b commit 5c0cc8a
Show file tree
Hide file tree
Showing 12 changed files with 141 additions and 119 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.4.0](https://github.com/customerio/customerio-ios/compare/3.3.3...3.4.0) (2024-09-17)

### Features

* state-driven in-app messaging ([#815](https://github.com/customerio/customerio-ios/issues/815)) ([5cd651b](https://github.com/customerio/customerio-ios/commit/5cd651b0cc9a3593bdc1e782565bcf89ede87eb3))

## [3.3.3](https://github.com/customerio/customerio-ios/compare/3.3.2...3.3.3) (2024-08-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion CustomerIO.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |spec|
spec.name = "CustomerIO"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOCommon"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIODataPipelines.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIODataPipelines"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOMessagingInApp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOMessagingInApp"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOMessagingPush.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOMessagingPush"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOMessagingPushAPN.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOMessagingPushAPN"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOMessagingPushFCM.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOMessagingPushFCM"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOTrackingMigration.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOTrackingMigration"
spec.version = "3.3.3" # Don't modify this line - it's automatically updated
spec.version = "3.4.0" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Common/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import Foundation
Keep this file as small as possible to make the automated updating script stable and easy to use.
*/
public enum SdkVersion {
public static let version: String = "3.3.3"
public static let version: String = "3.4.0"
}
118 changes: 63 additions & 55 deletions reports/sdk-binary-size-including-dependencies.txt

Large diffs are not rendered by default.

118 changes: 63 additions & 55 deletions reports/sdk-binary-size.txt

Large diffs are not rendered by default.

0 comments on commit 5c0cc8a

Please sign in to comment.