File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 17
17
description : release
18
18
19
19
env :
20
- VERSION : 3.10.3
20
+ VERSION : 3.10.4
21
21
22
22
jobs :
23
23
Original file line number Diff line number Diff line change 1
1
# Optimizely Swift SDK Changelog
2
2
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
+
3
9
## 3.10.3
4
10
December 7, 2023
5
11
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ Add the dependency on the Optimizely Swift SDK with Swift Package Manager in `Xc
37
37
#### CocoaPods
38
38
1 . Add the following lines to the _ Podfile_ :<pre >
39
39
``` use_frameworks! ```
40
- ``` pod 'OptimizelySwiftSDK', '~> 3.10.3 ' ```
40
+ ``` pod 'OptimizelySwiftSDK', '~> 3.10.4 ' ```
41
41
</pre >
42
42
43
43
2 . Run the following command: <pre >``` pod install ``` </pre >
44
44
45
45
Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html
46
46
47
47
#### Carthage
48
- 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.10.3 ``` </pre >
48
+ 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.10.4 ``` </pre >
49
49
50
50
2 . Run the following command:<pre >``` carthage update ``` </pre >
51
51
You can’t perform that action at this time.
0 commit comments