Skip to content

Commit 8d19e2a

Browse files
committed
Release 1.30.0
1 parent 5aacf24 commit 8d19e2a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [1.30.0](https://github.com/auth0/Auth0.Android/tree/1.30.0) (2020-12-18)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.29.2...1.30.0)
5+
6+
**Added**
7+
- Add custom headers to social token request [SDK-2080] [\#351](https://github.com/auth0/Auth0.Android/pull/351) ([TLFilip](https://github.com/TLFilip))
8+
9+
**Deprecated**
10+
- Deprecate API client constructors that take Context [\#393](https://github.com/auth0/Auth0.Android/pull/393) ([lbalmaceda](https://github.com/lbalmaceda))
11+
- Deprecate Legacy Authentication APIs [\#391](https://github.com/auth0/Auth0.Android/pull/391) ([jimmyjames](https://github.com/jimmyjames))
12+
313
## [1.29.2](https://github.com/auth0/Auth0.Android/tree/1.29.2) (2020-11-11)
414
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.29.1...1.29.2)
515

README.md

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

2121
```gradle
2222
dependencies {
23-
implementation 'com.auth0.android:auth0:1.29.2'
23+
implementation 'com.auth0.android:auth0:1.30.0'
2424
}
2525
```
2626

0 commit comments

Comments
 (0)