Skip to content

Commit

Permalink
Release 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 5, 2017
1 parent a669931 commit 61c2b8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.10.1](https://github.com/auth0/Auth0.Android/tree/1.10.1) (2017-10-05)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.10.0...1.10.1)

**Fixed**
- Make CCT stay alive when activity is paused [\#121](https://github.com/auth0/Auth0.Android/pull/121) ([lbalmaceda](https://github.com/lbalmaceda))
- Fix bug when canceling WebAuth flow [\#120](https://github.com/auth0/Auth0.Android/pull/120) ([lbalmaceda](https://github.com/lbalmaceda))
- Capture invalid_credentials error for OIDC endpoints [\#114](https://github.com/auth0/Auth0.Android/pull/114) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.10.0](https://github.com/auth0/Auth0.Android/tree/1.10.0) (2017-07-19)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.9.0...1.10.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 {
compile 'com.auth0.android:auth0:1.10.0'
compile 'com.auth0.android:auth0:1.10.1'
}
```

Expand Down

0 comments on commit 61c2b8e

Please sign in to comment.