Skip to content

Commit a7a1652

Browse files
authored
Prepare 1.6.0 release (#84)
1 parent 5405a2b commit a7a1652

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.6.0
2+
3+
March 17, 2017
4+
5+
- Add event tags to `track` API and include in the event payload
6+
- Deprecates the `eventValue` parameter from the `track` method. Should use event tags to pass in event value instead
7+
- Gracefully handle a null attributes parameter
8+
- Gracefully handle a null/empty datafile when using the Gson parser
9+
110
## 1.5.0
211

312
February 16, 2017

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Maven version
2-
version = 1.5.0-SNAPSHOT
2+
version = 1.6.0-SNAPSHOT
33

44
# Artifact paths
55
mavenS3Bucket = optimizely-maven

0 commit comments

Comments
 (0)