Skip to content

Commit fc27e77

Browse files
chore: prepare for release ups batch update 4.1.0 (#560)
1 parent 548f371 commit fc27e77

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: release
1818

1919
env:
20-
VERSION: 4.0.0
20+
VERSION: 4.1.0
2121

2222
jobs:
2323

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Optimizely Swift SDK Changelog
22

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+
39
## 4.0.0
410
Jan 18, 2024
511

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ If you have a name conflict with other swift packages when you add the Optimizel
3939
#### CocoaPods
4040
1. Add the following lines to the _Podfile_:<pre>
4141
```use_frameworks!```
42-
```pod 'OptimizelySwiftSDK', '~> 4.0.0'```
42+
```pod 'OptimizelySwiftSDK', '~> 4.1.0'```
4343
</pre>
4444

4545
2. Run the following command: <pre>``` pod install ```</pre>
4646

4747
Further 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" ~> 4.0.0```</pre>
50+
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 4.1.0```</pre>
5151

5252
2. Run the following command:<pre>```carthage update```</pre>
5353

0 commit comments

Comments
 (0)