Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Dec 7, 2021
1 parent b9d4269 commit b48fe4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.6.0](https://github.com/auth0/Auth0.Android/tree/2.6.0) (2021-12-07)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.5.1...2.6.0)

**Changed**
- Improve authenticated flow of the Credentials Manager [\#519](https://github.com/auth0/Auth0.Android/pull/519) ([lbalmaceda](https://github.com/lbalmaceda))

## [2.5.1](https://github.com/auth0/Auth0.Android/tree/2.5.1) (2021-11-08)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.5.0...2.5.1)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it,

```gradle
dependencies {
implementation 'com.auth0.android:auth0:2.5.1'
implementation 'com.auth0.android:auth0:2.6.0'
}
```

Expand Down

0 comments on commit b48fe4a

Please sign in to comment.