Skip to content

Commit af3eb6f

Browse files
committed
Release 2.1.0
1 parent 9b89362 commit af3eb6f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/auth0/Auth0.Android/tree/2.1.0) (2021-03-26)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.0.0...2.1.0)
5+
6+
**Added**
7+
- Add support for Organizations [SDK-2396] [\#467](https://github.com/auth0/Auth0.Android/pull/467) ([lbalmaceda](https://github.com/lbalmaceda))
8+
9+
**Changed**
10+
- Migrate to newer OSS Plugin with support for Sonatype [\#469](https://github.com/auth0/Auth0.Android/pull/469) ([lbalmaceda](https://github.com/lbalmaceda))
11+
12+
**Fixed**
13+
- Add Java's R8 Proguard rules for Gson [\#465](https://github.com/auth0/Auth0.Android/pull/465) ([lbalmaceda](https://github.com/lbalmaceda))
14+
315
## [2.0.0](https://github.com/auth0/Auth0.Android/tree/2.0.0) (2021-02-10)
416

517
**This is a major release and contains breaking changes!**

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.0.0'
38+
implementation 'com.auth0.android:auth0:2.1.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)