diff --git a/CHANGELOG.md b/CHANGELOG.md index 8442b41..ddf2914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## Version 5.2.0 (2018-12-03) + +- Changed the duplicate verification for `AnalyticsStrand`s such that it needs to be the same key **and** the same type for it to be considered a duplicate + ## Version 5.1.0 (2018-11-21) - Made the Analytics parsing part of Weave much more flexible. Categories can now be anything, and are optional diff --git a/gradle.properties b/gradle.properties index a36b184..69d546f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # # Project properties -weave_version=5.0.0 +weave_version=5.2.0 artifact_name=weave artifact_main_class=com.guerinet.weave.Weave group=com.guerinet