From 3c48c485d1285e54a6d600cde2b01c882461e90b Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Fri, 6 Aug 2021 11:10:00 -0400 Subject: [PATCH 1/2] Version 2.0.2 --- CHANGELOG.md | 9 +++++++-- .../src/main/java/com/vimeo/networking2/ApiConstants.kt | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f47bf8b..7bc92d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ Change Log ========== -Version 2.0.0 *(2021-07-15)* +Version 2.0.2 *(2021-08-06)* ---------------------------- -- Initial release! +- Changed the `Play.source` property to the correct type, from `List` to `VideoSourceFile`. + Version 2.0.1 *(2021-08-03)* ---------------------------- - Adding support for user survey data with new models and endpoint. + +Version 2.0.0 *(2021-07-15)* +---------------------------- +- Initial release! 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 7364407b..869da8ad 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.1" + const val SDK_VERSION = "2.0.2" const val NONE = -1 From 37b32e684adb720c848a8b938a7f7f7cd7dedfac Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Fri, 6 Aug 2021 11:19:43 -0400 Subject: [PATCH 2/2] Remove unnecessary space --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc92d6b..ebf54039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ Version 2.0.2 *(2021-08-06)* ---------------------------- - Changed the `Play.source` property to the correct type, from `List` to `VideoSourceFile`. - Version 2.0.1 *(2021-08-03)* ---------------------------- - Adding support for user survey data with new models and endpoint.