File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 os : osx
114114 osx_image : xcode11.3
115115 env :
116- - VERSION=3.3.1
116+ - VERSION=3.3.2
117117 install :
118118 # install hub
119119 - wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
@@ -130,7 +130,7 @@ jobs:
130130 os : osx
131131 osx_image : xcode11.3
132132 env :
133- - VERSION=3.3.1
133+ - VERSION=3.3.2
134134 install :
135135 # install hub
136136 - wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
Original file line number Diff line number Diff line change 11# Optimizely Swift SDK Changelog
22
3+ ## 3.3.2
4+ May 21, 2020
5+
6+ ### Bug Fixes
7+ * Fix a decision bug for multi-rule rollouts ([ #323 ] ( https://github.com/optimizely/swift-sdk/pull/323 ) )
8+ * Fix to forward resourceTimeout to datafileHandler ([ #320 ] ( https://github.com/optimizely/swift-sdk/pull/320 ) )
9+
310## 3.3.1
411March 30, 2020
512
Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ Please note below that _\<platform\>_ is used to represent the platform on which
3434```
3535dependencies: [
3636 .package(url: "https://github.com/optimizely/swift-sdk.git",
37- .upToNextMinor(from: “3.3.0 ”))
37+ .upToNextMinor(from: “3.3.2 ”))
3838]
3939```
4040
4141#### CocoaPods
42421 . Add the following lines to the _ Podfile_ :<pre >
4343``` use_frameworks! ```
44- ``` pod 'OptimizelySwiftSDK', '~> 3.3.0 ' ```
44+ ``` pod 'OptimizelySwiftSDK', '~> 3.3.2 ' ```
4545</pre >
4646
47472 . Run the following command: <pre >``` pod install ``` </pre >
4848
4949Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html
5050
5151#### Carthage
52- 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.3.0 ``` </pre >
52+ 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.3.2 ``` </pre >
5353
54542 . Run the following command:<pre >``` carthage update ``` </pre >
5555
You can’t perform that action at this time.
0 commit comments