Skip to content

Commit 29623f6

Browse files
committed
Release 2.2.0
1 parent cd9ba74 commit 29623f6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [2.2.0](https://github.com/auth0/Auth0.Android/tree/2.2.0) (2021-04-21)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.1.0...2.2.0)
5+
6+
**Added**
7+
- Accept UserMetadata for creating users [SDK-2429] [\#475](https://github.com/auth0/Auth0.Android/pull/475) ([lbalmaceda](https://github.com/lbalmaceda))
8+
9+
**Fixed**
10+
- Let dokka plugin pull dependencies from JCenter [\#471](https://github.com/auth0/Auth0.Android/pull/471) ([lbalmaceda](https://github.com/lbalmaceda))
11+
312
## [2.1.0](https://github.com/auth0/Auth0.Android/tree/2.1.0) (2021-03-26)
413
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.0.0...2.1.0)
514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it,
3535

3636
```gradle
3737
dependencies {
38-
implementation 'com.auth0.android:auth0:2.1.0'
38+
implementation 'com.auth0.android:auth0:2.2.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)