diff --git a/CHANGELOG.md b/CHANGELOG.md index a21771fa..84f26b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# 6.6.0 + +## Conversations +* Added ```BVSDK.builder(application, bazaarEnvironment)``` static factory to build the sdk with which uses Bazaarvoice generated config files to configure the BVSDK instance for you +* Deprecated ```BVSDK.builder(application, clientId)``` +* Fixed Issue #26 - Now correctly parsing Bazaarvoice API response date fields as UTC timezone rather than local timezone + # 6.5.0 ## **NEW** BVPixel (Analytics) diff --git a/gradle.properties b/gradle.properties index 9aabb683..f9f945a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.6.0-RC2-SNAPSHOT +VERSION_NAME=6.6.0-RC1-SNAPSHOT GROUP=com.bazaarvoice.bvandroidsdk POM_DESCRIPTION=Bazaarvoice Android SDK