Skip to content

Commit 7f8ac1b

Browse files
authored
Prepare for release v3.1.3 (#434)
* Prepare for release v3.1.3
1 parent d41bf81 commit 7f8ac1b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
os: osx
8383
osx_image: xcode10
8484
env:
85-
- VERSION=3.1.2
85+
- VERSION=3.1.3
8686
install:
8787
# install hub
8888
- 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
@@ -95,7 +95,7 @@ jobs:
9595
os: osx
9696
osx_image: xcode10
9797
env:
98-
- VERSION=3.1.2
98+
- VERSION=3.1.3
9999
install:
100100
# install hub
101101
- 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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Optimizely Objective-C SDK Changelog
22

3+
## 3.1.3
4+
August 8th, 2019
5+
6+
This release renames some protocols in `OPTLYJSONModel` to avoid potential name conflicts with `JSONModel` in client apps.
7+
8+
### New Features
9+
* No new features for this patch release.
10+
11+
### Bug Fixes:
12+
* This fix changes the protocol names of potential conflicts (`Ignore` -> `OPTLYIgnore`, `Index` -> `OPTLYIndex`) in `OPTLYJSONModel` and removes deprecated `ConvertOnDemand`.
13+
314
## 3.1.2
415
July 15th, 2019
516

0 commit comments

Comments
 (0)