Skip to content

Commit b48fe4a

Browse files
committed
Release 2.6.0
1 parent b9d4269 commit b48fe4a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.6.0](https://github.com/auth0/Auth0.Android/tree/2.6.0) (2021-12-07)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.5.1...2.6.0)
5+
6+
**Changed**
7+
- Improve authenticated flow of the Credentials Manager [\#519](https://github.com/auth0/Auth0.Android/pull/519) ([lbalmaceda](https://github.com/lbalmaceda))
8+
39
## [2.5.1](https://github.com/auth0/Auth0.Android/tree/2.5.1) (2021-11-08)
410
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.5.0...2.5.1)
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it,
3535

3636
```gradle
3737
dependencies {
38-
implementation 'com.auth0.android:auth0:2.5.1'
38+
implementation 'com.auth0.android:auth0:2.6.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)