diff --git a/CHANGELOG.md b/CHANGELOG.md index a707d2a..2ddb32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## Version 6.0.0 (2019-04-08) + +- For Analytics, added option to specify which column the mobile analytics should align to +- For Analytics, added option to not capitalize the variable names on mobile +- For Analytics, added option to not have a top level class on mobile +- For Strings, added a top level language object for Web +- For Strings, fixed spacing bug in Android +- For Strings, fixed percentages on iOS and Android +- For Strings, fixed formatted Strings on Web + ## 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 diff --git a/gradle.properties b/gradle.properties index 69d546f..ba323f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # -# Copyright 2013-2018 Julien Guerinet +# Copyright 2013-2019 Julien Guerinet # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ # # Project properties -weave_version=5.2.0 +weave_version=6.0.0 artifact_name=weave artifact_main_class=com.guerinet.weave.Weave group=com.guerinet