diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1d990de..b577c49a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.6.0 + +March 17, 2017 + +- Add event tags to `track` API and include in the event payload +- Deprecates the `eventValue` parameter from the `track` method. Should use event tags to pass in event value instead +- Gracefully handle a null attributes parameter +- Gracefully handle a null/empty datafile when using the Gson parser + ## 1.5.0 February 16, 2017 diff --git a/gradle.properties b/gradle.properties index 59036d0e7..7fb8b8b76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Maven version -version = 1.5.0-SNAPSHOT +version = 1.6.0-SNAPSHOT # Artifact paths mavenS3Bucket = optimizely-maven