Skip to content

Commit 5628fff

Browse files
[FSSDK-9744] chore: prepare release 3.10.3 (#524)
* Update README.md * Update CHANGELOG.md * Update swift.yml * Update CHANGELOG.md Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com> --------- Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
1 parent c2af8fe commit 5628fff

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: release
1818

1919
env:
20-
VERSION: 4.0.0-beta
20+
VERSION: 3.10.3
2121

2222
jobs:
2323

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Optimizely Swift SDK Changelog
22

3+
## 3.10.3
4+
November 30, 2023
5+
6+
### Bug Fixes
7+
* Remove redundant post request body in upload task. ([#521](https://github.com/optimizely/swift-sdk/pull/521/)).
8+
9+
### Enhancement
10+
* Add privacy manifest file ([#522](https://github.com/optimizely/swift-sdk/pull/522/)).
11+
* Handle duplicate keys in experiment ([#523](https://github.com/optimizely/swift-sdk/pull/523/)).
12+
313
## 4.0.0-beta
414
May 1, 2023
515

README.md

Lines changed: 2 additions & 2 deletions
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', '~> 3.10.2'```
42+
```pod 'OptimizelySwiftSDK', '~> 3.10.3'```
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" ~> 3.10.2```</pre>
50+
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.10.3```</pre>
5151

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

0 commit comments

Comments
 (0)