Skip to content

Commit

Permalink
[FSSDK-9744] chore: prepare release 3.10.4 (#530)
Browse files Browse the repository at this point in the history
* Update version, changelog and readme file

* Update CHANGELOG.md
  • Loading branch information
muzahidul-opti committed Dec 8, 2023
1 parent 552ba64 commit d3bd6f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: release

env:
VERSION: 3.10.3
VERSION: 3.10.4

jobs:

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Optimizely Swift SDK Changelog

## 3.10.4
December 8, 2023

### Enhancement
* Add privacy manifest file ([#522](https://github.com/optimizely/swift-sdk/pull/522/)).

## 3.10.3
December 7, 2023

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Add the dependency on the Optimizely Swift SDK with Swift Package Manager in `Xc
#### CocoaPods
1. Add the following lines to the _Podfile_:<pre>
```use_frameworks!```
```pod 'OptimizelySwiftSDK', '~> 3.10.3'```
```pod 'OptimizelySwiftSDK', '~> 3.10.4'```
</pre>

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

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

#### Carthage
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.10.3```</pre>
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.10.4```</pre>

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

Expand Down

0 comments on commit d3bd6f7

Please sign in to comment.