diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 2d938ec7..a0d002ed 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,7 +17,7 @@ on: description: release env: - VERSION: 3.10.3 + VERSION: 3.10.4 jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d644c6..cb0bae23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f76aa901..f1275c74 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add the dependency on the Optimizely Swift SDK with Swift Package Manager in `Xc #### CocoaPods 1. Add the following lines to the _Podfile_:
```use_frameworks!``` -```pod 'OptimizelySwiftSDK', '~> 3.10.3'``` +```pod 'OptimizelySwiftSDK', '~> 3.10.4'```2. Run the following command:
``` pod install ```@@ -45,7 +45,7 @@ Add the dependency on the Optimizely Swift SDK with Swift Package Manager in `Xc Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html #### Carthage -1. Add the following lines to the _Cartfile_:
```github "optimizely/swift-sdk" ~> 3.10.3```+1. Add the following lines to the _Cartfile_:
```github "optimizely/swift-sdk" ~> 3.10.4```2. Run the following command:
```carthage update```