Skip to content

Commit

Permalink
Merge pull request #283 from auth0/perform-release
Browse files Browse the repository at this point in the history
Release 1.22.0
  • Loading branch information
lbalmaceda authored Feb 6, 2020
2 parents 9e2c25d + d9601f3 commit a9ced86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.22.0](https://github.com/auth0/Auth0.Android/tree/1.22.0) (2020-02-06)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.21.0...1.22.0)

**Added**
- Add support for Social Native Token Exchange endpoint [\#281](https://github.com/auth0/Auth0.Android/pull/281) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.21.0](https://github.com/auth0/Auth0.Android/tree/1.21.0) (2020-01-29)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.20.1...1.21.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it,

```gradle
dependencies {
implementation 'com.auth0.android:auth0:1.21.0'
implementation 'com.auth0.android:auth0:1.22.0'
}
```

Expand Down

0 comments on commit a9ced86

Please sign in to comment.