diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c21815..9ef4188c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# 7.3.0 +## ConversationsUi Module, TLS 1.2 support, Sort option added to ProductDisplayRequests +* Conversations ui features have been deprecated and moved to a new module 'ConversationsUi' Please +Add this module to continue using the ui features of Conversations +* Enabled support for TLS v1.2 for devices on API versions 16-20. Support for TLS 1.2 or greater +is required. +* Sort parameters can be added as part of the ProductDisplayRequest + +Please see commit for details + # 7.2.0 ## Photo Upload Encoding, Deprecating Location * Review Submission photos will now be encoded as jpgs diff --git a/gradle.properties b/gradle.properties index 02c77987..0abdbca2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=7.2.0 +VERSION_NAME=7.3.0 GROUP=com.bazaarvoice.bvandroidsdk POM_DESCRIPTION=Bazaarvoice Android SDK diff --git a/settings.gradle b/settings.gradle index ade8dccf..668f630f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,4 @@ -include ':app', ':bvconversationsui', +include ':app', ':bvauthiovation', ':bvanalytics', ':bvcommon',