We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5405a2b commit a7a1652Copy full SHA for a7a1652
CHANGELOG.md
@@ -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
10
## 1.5.0
11
12
February 16, 2017
gradle.properties
@@ -1,5 +1,5 @@
# Maven version
-version = 1.5.0-SNAPSHOT
+version = 1.6.0-SNAPSHOT
# Artifact paths
mavenS3Bucket = optimizely-maven
0 commit comments