Skip to content

Commit 62a4baf

Browse files
authored
prepare for release 3.9.0 (#435)
1 parent e7680cd commit 62a4baf

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
os: osx
109109
osx_image: xcode12.4
110110
env:
111-
- VERSION=3.8.1
111+
- VERSION=3.9.0
112112
install:
113113
# install hub
114114
- 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
@@ -125,7 +125,7 @@ jobs:
125125
os: osx
126126
osx_image: xcode12.4
127127
env:
128-
- VERSION=3.8.1
128+
- VERSION=3.9.0
129129
install:
130130
# install hub
131131
- 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

CHANGELOG.md

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

3+
## 3.9.0
4+
September 15, 2021
5+
6+
### New Features
7+
* Add new public properties to OptimizelyConfig. ([#417](https://github.com/optimizely/swift-sdk/pull/417), [#418](https://github.com/optimizely/swift-sdk/pull/418))
8+
- sdkKey
9+
- environmentKey
10+
- attributes
11+
- audiences
12+
- events
13+
- experimentRules and deliveryRules to OptimizelyFeature
14+
- audiences to OptimizelyExperiment
15+
* For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-swift](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-swift).
16+
317
## 3.8.1
418
August 6, 2021
519

README.md

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

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

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

4848
#### Carthage
49-
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.8.1```</pre>
49+
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.9.0```</pre>
5050

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

0 commit comments

Comments
 (0)