Skip to content

Commit 8a5fccc

Browse files
authored
prepare for release 3.3.1 (#312)
1 parent 9811e45 commit 8a5fccc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
os: osx
114114
osx_image: xcode11.3
115115
env:
116-
- VERSION=3.3.0
116+
- VERSION=3.3.1
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.0
133+
- VERSION=3.3.1
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

CHANGELOG.md

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

3+
## 3.3.1
4+
March 30, 2020
5+
6+
### Bug Fixes
7+
* When a datafile download for initialization returns connection errors, the SDK fails to initialize. This is fixed to continue initialization with a cached datafile. ([#308](https://github.com/optimizely/swift-sdk/pull/308))
8+
* Events are not stored persistently in the tvOS devices. ([#310](https://github.com/optimizely/swift-sdk/pull/310), [#311](https://github.com/optimizely/swift-sdk/pull/311))
9+
310
## 3.3.0
411
March 11, 2020
512

0 commit comments

Comments
 (0)