File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1717 description : release
1818
1919env :
20- VERSION : 3.10.3
20+ VERSION : 3.10.4
2121
2222jobs :
2323
Original file line number Diff line number Diff line change 11# Optimizely Swift SDK Changelog
22
3+ ## 3.10.4
4+ December 8, 2023
5+
6+ ### Enhancement
7+ * Add privacy manifest file ([ #522 ] ( https://github.com/optimizely/swift-sdk/pull/522/ ) ).
8+
39## 3.10.3
4- November 30 , 2023
10+ December 7 , 2023
511
612### Bug Fixes
713* Remove redundant post request body in upload task. ([ #521 ] ( https://github.com/optimizely/swift-sdk/pull/521/ ) ).
814
915### Enhancement
10- * Add privacy manifest file ([ #522 ] ( https://github.com/optimizely/swift-sdk/pull/522/ ) ).
1116* Handle duplicate keys in experiment ([ #523 ] ( https://github.com/optimizely/swift-sdk/pull/523/ ) ).
1217
1318## 4.0.0-beta
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ 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', '~> 3.10.3 ' ```
42+ ``` pod 'OptimizelySwiftSDK', '~> 3.10.4 ' ```
4343</pre >
4444
45452 . Run the following command: <pre >``` pod install ``` </pre >
4646
4747Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html
4848
4949#### Carthage
50- 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.10.3 ``` </pre >
50+ 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.10.4 ``` </pre >
5151
52522 . Run the following command:<pre >``` carthage update ``` </pre >
5353
You can’t perform that action at this time.
0 commit comments