File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1717 description : release
1818
1919env :
20- VERSION : 5.1.0
20+ VERSION : 5.1.1
2121
2222jobs :
2323
Original file line number Diff line number Diff line change 11# Optimizely Swift SDK Changelog
22
3+ ## 5.1.1
4+ Jun 2th, 2025
5+
6+ ### Functionality Enhancement
7+ * Add experiment id and variation id added into decision notification payload ([ #589 ] ( https://github.com/optimizely/swift-sdk/pull/589 ) ).
8+
39## 5.1.0
410February 4th, 2025
511
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ let package = Package(
2424 resources: [ . copy( " Supporting Files/PrivacyInfo.xcprivacy " ) ]
2525 )
2626 ] ,
27- swiftLanguageVersions: [ . v5, . version ( " 5.9 " ) ]
27+ swiftLanguageVersions: [ . v5]
2828)
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ If you have a name conflict with other swift packages when you add the Optimizel
3939#### CocoaPods
40401 . Add the following lines to the _ Podfile_ :<pre >
4141``` use_frameworks! ```
42- ``` pod 'OptimizelySwiftSDK', '~> 5.1.0 ' ```
42+ ``` pod 'OptimizelySwiftSDK', '~> 5.1.1 ' ```
4343</pre >
4444
45452 . Run the following command: <pre >``` pod install ``` </pre >
You can’t perform that action at this time.
0 commit comments