Skip to content

Commit 9cd9546

Browse files
authored
prepare for release 3.1.0 (#413)
* prepare for release 3.1.0 * change release date
1 parent 1bb8c32 commit 9cd9546

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-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.0.2
80+
- VERSION=3.1.0
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
@@ -89,7 +89,7 @@ jobs:
8989
language: minimal
9090
os: osx
9191
env:
92-
- VERSION=3.0.2
92+
- VERSION=3.1.0
9393
install:
9494
# install hub
9595
- 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Optimizely Objective-C SDK Changelog
22

3+
## 3.1.0
4+
May 16th, 2019
5+
6+
## New Features:
7+
* Introduced Decision notification listener to be able to record:
8+
* Variation assignments for users activated in an experiment.
9+
* Feature access for users.
10+
* Feature variable value for users.
11+
12+
## Bug Fixes:
13+
* Feature variable APIs return default variable value when featureEnabled property is false. ([#390](https://github.com/optimizely/objective-c-sdk/pull/390))
14+
15+
## Deprecated
16+
* Activate notification listener is deprecated as of this release. Recommendation is to use the new Decision notification listener. Activate notification listener will be removed in the next major release.
17+
318
## 3.0.2
419
February 27th, 2019
520

0 commit comments

Comments
 (0)