Skip to content

Commit

Permalink
Release 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Nov 4, 2020
1 parent 0ba67aa commit 5a16123
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.29.0](https://github.com/auth0/Auth0.Android/tree/1.29.0) (2020-11-04)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.28.0...1.29.0)

**Added**
- SecureCredentialsManager: Allow to pass scope and minTTL [\#369](https://github.com/auth0/Auth0.Android/pull/369) ([lbalmaceda](https://github.com/lbalmaceda))
- CredentialsManager: Allow to pass scope and minTTL [\#363](https://github.com/auth0/Auth0.Android/pull/363) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.28.0](https://github.com/auth0/Auth0.Android/tree/1.28.0) (2020-10-13)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.27.0...1.28.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.28.0'
implementation 'com.auth0.android:auth0:1.29.0'
}
```

Expand Down

0 comments on commit 5a16123

Please sign in to comment.