From 7008b9b0262433950addea5818c0b1d485c70318 Mon Sep 17 00:00:00 2001 From: Md Junaed Hossain <169046794+junaed-optimizely@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:16:09 +0600 Subject: [PATCH 1/3] [FSSDK-13070] update CHANGELOG for swift v5.5.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d75eab..13a5d152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Optimizely Swift SDK Changelog +## 5.5.0 +September 2, 2026 + +### New Features + +**Holdout Targeted Delivery Exclusion**: Holdouts can now be configured to exclude Targeted Delivery rules, so users held out of experiments still receive their Targeted Delivery experiences. This gives you a cleaner measure of experiment impact without holding users back from ongoing rollouts. + +- Add holdout exclusion logic for Targeted Delivery rules ([#654](https://github.com/optimizely/swift-sdk/pull/654)) +- Remove DemoObjcApp (Objective-C demo targets) ([#653](https://github.com/optimizely/swift-sdk/pull/653)) + ## 5.4.2 July 9th, 2026 From c7b6f07cffc9a13319cbaf8eeeed90ad6fdd211c Mon Sep 17 00:00:00 2001 From: Md Junaed Hossain <169046794+junaed-optimizely@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:16:13 +0600 Subject: [PATCH 2/3] [FSSDK-13070] bump version to 5.5.0 --- .github/workflows/swift.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 0e4ae388..9a442831 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,7 +17,7 @@ on: description: release env: - VERSION: 5.4.2 + VERSION: 5.5.0 jobs: diff --git a/README.md b/README.md index 15764b50..24a4ec77 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you have a name conflict with other swift packages when you add the Optimizel #### CocoaPods 1. Add the following lines to the _Podfile_:
```use_frameworks!``` -```pod 'OptimizelySwiftSDK', '~> 5.4.2'``` +```pod 'OptimizelySwiftSDK', '~> 5.5.0'```2. Run the following command:
``` pod install ```From 7849a5badfc703feac2095f771f614f71cb8fa31 Mon Sep 17 00:00:00 2001 From: Muzahidul Islam <129880873+muzahidul-opti@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:31:21 +0600 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a5d152..7481cad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ September 2, 2026 **Holdout Targeted Delivery Exclusion**: Holdouts can now be configured to exclude Targeted Delivery rules, so users held out of experiments still receive their Targeted Delivery experiences. This gives you a cleaner measure of experiment impact without holding users back from ongoing rollouts. - Add holdout exclusion logic for Targeted Delivery rules ([#654](https://github.com/optimizely/swift-sdk/pull/654)) -- Remove DemoObjcApp (Objective-C demo targets) ([#653](https://github.com/optimizely/swift-sdk/pull/653)) ## 5.4.2 July 9th, 2026