Skip to content

Commit

Permalink
Merge pull request #560 from vimeo/version-3-4-0
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
anthonycr authored May 3, 2022
2 parents 5f2e0ad + 3bac0ce commit e1079ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 3.4.0 *(2022-05-03)*
----------------------------
- Renamed `FolderInteractions.edit` to `FolderInteractions.addRemoveVideos`.
- Added `FolderInteractions.delete` interaction.
- Added `FolderInteractions.editSettings` interaction.

Version 3.3.0 *(2022-04-28)*
----------------------------
- Added `Authenticator.checkSsoConnection` to check for SSO availability for an email.
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.3.0"
const val SDK_VERSION = "3.4.0"

const val NONE = -1

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx4096M
version=3.3.0
version=3.4.0

android.useAndroidX=true
android.enableJetifier=true

0 comments on commit e1079ef

Please sign in to comment.