Skip to content

Commit

Permalink
Merge pull request #553 from vimeo/vimeo/release-3-2-0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
elhicks authored Apr 25, 2022
2 parents 176b98f + 327a698 commit 2f69339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 3.2.0 *(2022-04-22)*
----------------------------
- Added the following functions to`VimeoApiClient` which support team permission related operations, along with their respective supporting data classes: `fetchTeamPermissions`, `replaceTeamPermission`, `deleteTeamPermission`, `fetchPermissionPolicy`, `fetchPermissionPolicyList`

Version 3.1.0 *(2022-04-11)*
----------------------------
- Added the following interactions to `VideoInteractions`: `delete`, `edit`, `invite`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object ApiConstants {

const val SSL_URL_PATTERN = "*.vimeo.com"

const val SDK_VERSION = "3.1.0"
const val SDK_VERSION = "3.2.0"

const val NONE = -1

Expand Down

0 comments on commit 2f69339

Please sign in to comment.