Skip to content

Commit

Permalink
Release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jun 18, 2019
1 parent d492d28 commit 5cb9426
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [1.16.0](https://github.com/auth0/Auth0.Android/tree/1.16.0) (2019-06-18)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.15.2...1.16.0)

**Added**
- Support Web authentication cancel scenario [\#240](https://github.com/auth0/Auth0.Android/pull/240) ([lbalmaceda](https://github.com/lbalmaceda))
- Expose NetworkErrorException when request fails due to networking [\#235](https://github.com/auth0/Auth0.Android/pull/235) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**
- Update PKCE usage requirements and errors [\#239](https://github.com/auth0/Auth0.Android/pull/239) ([lbalmaceda](https://github.com/lbalmaceda))
- Make connection_scope separate values with comma [\#236](https://github.com/auth0/Auth0.Android/pull/236) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.15.2](https://github.com/auth0/Auth0.Android/tree/1.15.2) (2019-04-17)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.15.1...1.15.2)

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.15.2'
implementation 'com.auth0.android:auth0:1.16.0'
}
```

Expand Down

0 comments on commit 5cb9426

Please sign in to comment.