Skip to content

Commit

Permalink
Merge pull request #549 from vimeo/release-3-1-0
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
anthonycr authored Apr 15, 2022
2 parents b1f6956 + d623c07 commit cb12489
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 3.1.0 *(2022-04-11)*
----------------------------
- Added the following interactions to `VideoInteractions`: `delete`, `edit`, `invite`.
- Added the following interactions to `FolderInteractions`: `deleteVideo`, `edit`, `invite`.

Version 3.0.0 *(2022-03-25)*
----------------------------
- Disables certificate pinning by default and removes the ability to pin to Vimeo's intermediate API certificate.
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.0.0"
const val SDK_VERSION = "3.1.0"

const val NONE = -1

Expand Down

0 comments on commit cb12489

Please sign in to comment.