From 5617487e4b94039f6f9df7af6dff1a69b6257385 Mon Sep 17 00:00:00 2001 From: Howard Rigberg Date: Tue, 10 Aug 2021 10:34:32 -0400 Subject: [PATCH 1/2] preparing 2.0.4 release --- CHANGELOG.md | 4 +++- api-core/src/main/java/com/vimeo/networking2/ApiConstants.kt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8a154e..2de768fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ Change Log ========== +Version 2.0.4 *(2021-08-10)* +---------------------------- +- Added `minTierForMovie` field to `EditSession`. Version 2.0.3 *(2021-08-10)* ---------------------------- - Improved support for user survey data by adding an `analyticsId` property to `SurveyQuestion`, `SurveyResponseChoice`, and `UserSegmentSurvey`. This property replaces any `id` properties the class originally had. - Ensured that `SurveyResponseChoice` has a guid-based `resourceId` field that is tied to its `Entity.identifier`. - Renamed the `SurveyQuestion.emojiTitle` property to `titleEmoji`. -- Added a `resourceKey` property to `SurveyResponseChoice`. Version 2.0.2 *(2021-08-06)* ---------------------------- diff --git a/api-core/src/main/java/com/vimeo/networking2/ApiConstants.kt b/api-core/src/main/java/com/vimeo/networking2/ApiConstants.kt index 0b1fb7b0..daac635c 100644 --- a/api-core/src/main/java/com/vimeo/networking2/ApiConstants.kt +++ b/api-core/src/main/java/com/vimeo/networking2/ApiConstants.kt @@ -34,7 +34,7 @@ object ApiConstants { const val SSL_PUBLIC_KEY = "sha256/5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=" - const val SDK_VERSION = "2.0.3" + const val SDK_VERSION = "2.0.4" const val NONE = -1 From b0c5fac4a1e189a7d12be9ffd251b07e3593c850 Mon Sep 17 00:00:00 2001 From: Howard Rigberg Date: Tue, 10 Aug 2021 10:42:37 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de768fc..aa048273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Version 2.0.4 *(2021-08-10)* Version 2.0.3 *(2021-08-10)* ---------------------------- - Improved support for user survey data by adding an `analyticsId` property to `SurveyQuestion`, `SurveyResponseChoice`, and `UserSegmentSurvey`. This property replaces any `id` properties the class originally had. -- Ensured that `SurveyResponseChoice` has a guid-based `resourceId` field that is tied to its `Entity.identifier`. +- Ensured that `SurveyResponseChoice` has a guid-based `resourceKey` field that is tied to its `Entity.identifier`. - Renamed the `SurveyQuestion.emojiTitle` property to `titleEmoji`. Version 2.0.2 *(2021-08-06)*