Skip to content

Commit

Permalink
Release 1.15.0 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda authored Jan 10, 2019
1 parent 3c74ca6 commit 8a848f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.15.0](https://github.com/auth0/Auth0.Android/tree/1.15.0) (2019-01-10)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.14.1...1.15.0)

**Added**
- Allow to override default timeouts for Http Client [\#206](https://github.com/auth0/Auth0.Android/pull/206) ([nolivermke](https://github.com/nolivermke))

**Changed**
- Update Telemetry format [\#209](https://github.com/auth0/Auth0.Android/pull/209) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**
- Add Android P support for SecureCredentialsManager [\#203](https://github.com/auth0/Auth0.Android/pull/203) ([TheGamer007](https://github.com/TheGamer007))

## [1.14.1](https://github.com/auth0/Auth0.Android/tree/1.14.1) (2018-10-04)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.14.0...1.14.1)

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

Expand Down

0 comments on commit 8a848f8

Please sign in to comment.