File tree 3 files changed +9
-3
lines changed
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 : 4.0 .0
20
+ VERSION : 4.1 .0
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
+ ## 4.1.0
4
+ November 8, 2024
5
+
6
+ ### New Features
7
+ * Batch UPS lookup and save calls in decideAll and decideForKeys methods ([ #559 ] ( https://github.com/optimizely/swift-sdk/pull/559/ ) ).
8
+
3
9
## 4.0.0
4
10
Jan 18, 2024
5
11
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
39
39
#### CocoaPods
40
40
1 . Add the following lines to the _ Podfile_ :<pre >
41
41
``` use_frameworks! ```
42
- ``` pod 'OptimizelySwiftSDK', '~> 4.0 .0' ```
42
+ ``` pod 'OptimizelySwiftSDK', '~> 4.1 .0' ```
43
43
</pre >
44
44
45
45
2 . Run the following command: <pre >``` pod install ``` </pre >
46
46
47
47
Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html
48
48
49
49
#### Carthage
50
- 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 4.0 .0 ``` </pre >
50
+ 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 4.1 .0 ``` </pre >
51
51
52
52
2 . Run the following command:<pre >``` carthage update ``` </pre >
53
53
You can’t perform that action at this time.
0 commit comments