Skip to content

Commit

Permalink
Merge pull request #539 from vimeo/release-2-2-1-prep
Browse files Browse the repository at this point in the history
Version 2.2.1
  • Loading branch information
anthonycr authored Feb 17, 2022
2 parents 569dde4 + 14a865a commit fe6441e
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.1 *(2022-02-17)*
----------------------------
- Fixed bug where `getMagistoTeamToken()` wasn't properly authenticating with the API`.

Version 2.2.0 *(2022-02-14)*
----------------------------
- Added `getMagistoTeamToken()` function to the `Authenticator`.
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.2.0"
const val SDK_VERSION = "2.2.1"

const val NONE = -1

Expand Down

0 comments on commit fe6441e

Please sign in to comment.