diff --git a/Documentation/notification-extensions.md b/Documentation/notification-extensions.md
index 25378099..082a3175 100644
--- a/Documentation/notification-extensions.md
+++ b/Documentation/notification-extensions.md
@@ -49,7 +49,7 @@ Follow the instructions in the relevant section for the dependency manager you u
Optionally, you can specify the ExponeaSDK version as follows to let `pod` automatically any smaller than minor version updates:
```
-pod "ExponeaSDK-Notifications", "~> 2.27.1"
+pod "ExponeaSDK-Notifications", "~> 2.28.0"
```
### Carthage
diff --git a/Documentation/release-notes.md b/Documentation/release-notes.md
index fb28d599..61867625 100644
--- a/Documentation/release-notes.md
+++ b/Documentation/release-notes.md
@@ -7,6 +7,25 @@ parentDocSlug: ios-sdk
---
## Release Notes
+## Release Notes for 2.28.0
+#### August 01, 2024
+* Features
+ * ContentBlockCarouselCallback extended with additional callback methods.
+ * Adds an improvement ensuring that In-App Messages are only fetched while the app is in the foreground.
+ * InAppContentBlock.Content struct exposed to have public constructor.
+ * PersonalizedInAppContentBlockResponse struct exposed to have public constructor.
+ * Tracking of campaign/clicks event updated only for cases when xnpe_cmp is present, described more deeply in documentation.
+ * AppInboxListViewController extended with onItemClicked callback.
+ * Carousel documentation updated.
+* Bug Fixes
+ * Fixed: InAppContentBlock deserialisation now able to handle NIL.
+ * Fixed: Crash caused by calling track events for not configured SDK from multiple threads fixed by adding atomicity to actionBlocks array in ExpoInitManager.
+ * Fixed: Carousel timer inconsistency for next message after resuming from action.
+ * Fixed: Duplicity of App Inbox event_type in events - removed from show/click/etc. event.
+ * Fixed: Missing UTM params added for HTML App Inbox message markAsRead and trackOpen.
+ * Fixed: Possible runtime crash caused by not initialised Tracking manager fixed.
+
+
## Release Notes for 2.27.1
#### July 01, 2024
* Fixed:
diff --git a/Documentation/setup.md b/Documentation/setup.md
index 7e686519..15169ec3 100644
--- a/Documentation/setup.md
+++ b/Documentation/setup.md
@@ -35,7 +35,7 @@ The instructions below are for Xcode 15.1 and may differ if you use a different
Optionally, you can specify the `ExponeaSDK` version as follows to let `pod` automatically any smaller than minor version updates:
```
-pod "ExponeaSDK", "~> 2.27.1"
+pod "ExponeaSDK", "~> 2.28.0"
```
For more information, refer to [Specifying pod versions](https://guides.cocoapods.org/using/the-podfile.html#specifying-pod-versions) in the Cocoapods documentation.
diff --git a/ExponeaSDK-Notifications.podspec b/ExponeaSDK-Notifications.podspec
index db1f5cfb..ebf8a70e 100644
--- a/ExponeaSDK-Notifications.podspec
+++ b/ExponeaSDK-Notifications.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#
s.name = "ExponeaSDK-Notifications"
- s.version = "2.27.1"
+ s.version = "2.28.0"
s.summary = "A completementary extension-safe framework for supporting rich push notifications in Exponea SDK."
# This description is used to generate tags and improve search results.
diff --git a/ExponeaSDK.podspec b/ExponeaSDK.podspec
index a6210a25..bbc5e2c5 100644
--- a/ExponeaSDK.podspec
+++ b/ExponeaSDK.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#
s.name = "ExponeaSDK"
- s.version = "2.27.1"
+ s.version = "2.28.0"
s.summary = "Exponea SDK used to track and fetch data from Exponea Experience Cloud."
# This description is used to generate tags and improve search results.
diff --git a/ExponeaSDK/Example/Resources/Info.plist b/ExponeaSDK/Example/Resources/Info.plist
index 9f76186d..c4d5815f 100644
--- a/ExponeaSDK/Example/Resources/Info.plist
+++ b/ExponeaSDK/Example/Resources/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.27.1
+ 2.28.0
CFBundleURLTypes
@@ -30,7 +30,7 @@
CFBundleVersion
- 89
+ 90
LSRequiresIPhoneOS
UIApplicationSceneManifest
diff --git a/ExponeaSDK/ExampleNotificationContent/Info.plist b/ExponeaSDK/ExampleNotificationContent/Info.plist
index dfdc1db4..423003a1 100644
--- a/ExponeaSDK/ExampleNotificationContent/Info.plist
+++ b/ExponeaSDK/ExampleNotificationContent/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 2.27.1
+ 2.28.0
CFBundleVersion
- 89
+ 90
NSExtension
NSExtensionAttributes
diff --git a/ExponeaSDK/ExampleNotificationService/Info.plist b/ExponeaSDK/ExampleNotificationService/Info.plist
index 7bc96218..80458766 100644
--- a/ExponeaSDK/ExampleNotificationService/Info.plist
+++ b/ExponeaSDK/ExampleNotificationService/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 2.27.1
+ 2.28.0
CFBundleVersion
- 89
+ 90
NSExtension
NSExtensionPointIdentifier
diff --git a/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist b/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist
index 46138021..73a48c6f 100644
--- a/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist
+++ b/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.27.1
+ 2.28.0
CFBundleVersion
- 89
+ 90
diff --git a/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist b/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist
index 440edf65..dcce7966 100644
--- a/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist
+++ b/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.27.1
+ 2.28.0
CFBundleVersion
- 89
+ 90
NSPrincipalClass
diff --git a/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift b/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift
index 7870b066..8726b7ab 100644
--- a/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift
+++ b/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift
@@ -9,7 +9,7 @@
import Foundation
public class Exponea {
- public static let version = "2.27.1"
+ public static let version = "2.28.0"
/// A logger used to log all messages from the SDK.
public static var logger: Logger = Logger()
diff --git a/README.md b/README.md
index add0ef1b..9d9e60ed 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,11 @@ It has been written 100% in Swift with ❤️
```ruby
# Add this under your main application target
-pod "ExponeaSDK", "~> 2.27.1"
+pod "ExponeaSDK", "~> 2.28.0"
# If you also use rich push notifications,
# add this line to your notification service extension target.
-pod "ExponeaSDK-Notifications", "~> 2.27.1"
+pod "ExponeaSDK-Notifications", "~> 2.28.0"
```
### Carthage
@@ -33,7 +33,7 @@ pod "ExponeaSDK-Notifications", "~> 2.27.1"
> Carthage will by default build both `ExponeaSDK` and `ExponeaSDKNotifications` frameworks. The latter one is only supposed to be used in a notification service extension if you wish to support rich push notifications. Read more about rich push notifications [here](https://documentation.bloomreach.com/engagement/docs/ios-sdk-push-notifications#rich-push-notifications).
```
-github "exponea/exponea-ios-sdk" ~> 2.27.1
+github "exponea/exponea-ios-sdk" ~> 2.28.0
```
> And then in your Command line tool type ```carthage update --use-xcframeworks --platform ios```