Skip to content

Commit 36e1288

Browse files
authored
prepare for release 3.8.0 (#411)
1 parent e232a67 commit 36e1288

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
os: osx
107107
osx_image: xcode11.6
108108
env:
109-
- VERSION=3.7.1
109+
- VERSION=3.8.0
110110
install:
111111
# install hub
112112
- 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
@@ -123,7 +123,7 @@ jobs:
123123
os: osx
124124
osx_image: xcode11.6
125125
env:
126-
- VERSION=3.7.1
126+
- VERSION=3.8.0
127127
install:
128128
# install hub
129129
- 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Optimizely Swift SDK Changelog
22

3+
## 3.8.0
4+
June 1, 2021
5+
6+
### New Features
7+
* Fix to support multiple clients (sdkKeys). ([#401](https://github.com/optimizely/swift-sdk/pull/401), [#402](https://github.com/optimizely/swift-sdk/pull/402), [#405](https://github.com/optimizely/swift-sdk/pull/405), [#406](https://github.com/optimizely/swift-sdk/pull/406), [#407](https://github.com/optimizely/swift-sdk/pull/407), [#408](https://github.com/optimizely/swift-sdk/pull/408), [#409](https://github.com/optimizely/swift-sdk/pull/409), [#410](https://github.com/optimizely/swift-sdk/pull/410))
8+
9+
- Full thread-safety for additional concurrency requirements
10+
- No resource conflicts for multiple sdkKeys support
11+
12+
### Bug Fixes
13+
* BUILD\_LIBRARY\_FOR\_DISTRIBUTION is turned on to support ABI when clients build own binaries and share within the team. ([#403](https://github.com/optimizely/swift-sdk/pull/403))
14+
15+
316
## 3.7.1
417
April 14, 2021
518

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.7.1'```
41+
```pod 'OptimizelySwiftSDK', '~> 3.8.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.7.1```</pre>
49+
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.8.0```</pre>
5050

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

0 commit comments

Comments
 (0)