Skip to content

Commit

Permalink
Merge pull request #508 from vimeo/release-2-0-2
Browse files Browse the repository at this point in the history
Version 2.0.2
  • Loading branch information
anthonycr authored Aug 6, 2021
2 parents eecde91 + 37b32e6 commit 10f3a7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
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<VideoSourceFile>` 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!
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 10f3a7d

Please sign in to comment.