Skip to content

Commit 16106f0

Browse files
authored
prepare for release v3.1.2 (#428)
1 parent ae42da7 commit 16106f0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
os: osx
7878
osx_image: xcode10
7979
env:
80-
- VERSION=3.1.1
80+
- VERSION=3.1.2
8181
install:
8282
# install hub
8383
- 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
@@ -90,7 +90,7 @@ jobs:
9090
os: osx
9191
osx_image: xcode10
9292
env:
93-
- VERSION=3.1.1
93+
- VERSION=3.1.2
9494
install:
9595
# install hub
9696
- 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Optimizely Objective-C SDK Changelog
22

3+
## 3.1.2
4+
July 15th, 2019
5+
6+
This includes a fix of a minor bug that OPTLYClient may be initialized redundantly. It also embeds copies of Optimizely X.509 certificates for optional TLS certificate pinning support.
7+
8+
### New Features
9+
* Copies of root X.509 certificates are included in OptimizelySDKCore framework bundle (for optional TLS certificate pinning).
10+
11+
### Bug Fixes:
12+
* OPTLYClient initialization is changed from `[[OPTLYClient new] initWithBuilder:]` to `[[OPTLYClient alloc] initWithBuilder:]` to avoid redundant initialization.
13+
314
## 3.1.1
415
May 21st, 2019
516

0 commit comments

Comments
 (0)