Skip to content

Commit

Permalink
Release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jun 28, 2019
1 parent 0a58cca commit 166ce6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

**Added**
- Add WebAuth Logout feature [\#245](https://github.com/auth0/Auth0.Android/pull/245) ([lbalmaceda](https://github.com/lbalmaceda))

**Deprecated**
- Deprecate WebAuthProvider.init() [\#247](https://github.com/auth0/Auth0.Android/pull/247) ([lbalmaceda](https://github.com/lbalmaceda))

## [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)

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

Expand Down

0 comments on commit 166ce6b

Please sign in to comment.