Skip to content

Commit b0a7efc

Browse files
[FSSDK-9744] chore: prepare release 3.10.4 (#530) (#532)
* Update version, changelog and readme file * Update CHANGELOG.md
1 parent 552ba64 commit b0a7efc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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: 3.10.3
20+
VERSION: 3.10.4
2121

2222
jobs:
2323

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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
410
December 7, 2023
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Add the dependency on the Optimizely Swift SDK with Swift Package Manager in `Xc
3737
#### CocoaPods
3838
1. Add the following lines to the _Podfile_:<pre>
3939
```use_frameworks!```
40-
```pod 'OptimizelySwiftSDK', '~> 3.10.3'```
40+
```pod 'OptimizelySwiftSDK', '~> 3.10.4'```
4141
</pre>
4242

4343
2. Run the following command: <pre>``` pod install ```</pre>
4444

4545
Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html
4646

4747
#### 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>
4949

5050
2. Run the following command:<pre>```carthage update```</pre>
5151

0 commit comments

Comments
 (0)