Skip to content

Commit

Permalink
Merge pull request #537 from vimeo/release-2-2-0-prep
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
anthonycr authored Feb 14, 2022
2 parents dae8b39 + e313d3c commit 3dfc14f
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 2.2.0 *(2022-02-14)*
----------------------------
- Added `getMagistoTeamToken()` function to the `Authenticator`.

Version 2.1.0 *(2022-02-11)*
----------------------------
- Added `Authenticator.logOutLocally()` to log out the user locally in the library without removing their token on the server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object ApiConstants {

const val SSL_PUBLIC_KEY = "sha256/5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w="

const val SDK_VERSION = "2.1.0"
const val SDK_VERSION = "2.2.0"

const val NONE = -1

Expand Down

0 comments on commit 3dfc14f

Please sign in to comment.