Skip to content

Commit

Permalink
Merge pull request #511 from vimeo/08-10-21-Release-2-0-4
Browse files Browse the repository at this point in the history
Preparing 2.0.4 release
  • Loading branch information
howardrigberg authored Aug 10, 2021
2 parents 7b86096 + b0c5fac commit 2cdb737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
- Ensured that `SurveyResponseChoice` has a guid-based `resourceKey` 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)*
----------------------------
Expand Down
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.3"
const val SDK_VERSION = "2.0.4"

const val NONE = -1

Expand Down

0 comments on commit 2cdb737

Please sign in to comment.