Skip to content

Commit

Permalink
Release 1.26.0 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda authored Sep 11, 2020
1 parent b918c85 commit e3cc96a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.26.0](https://github.com/auth0/Auth0.Android/tree/1.26.0) (2020-09-11)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.25.0...1.26.0)

**Changed**
- Improve compatibility with Kotlin and run Lint on CI [\#337](https://github.com/auth0/Auth0.Android/pull/337) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**
- Add support for Android 11 new privacy settings [\#335](https://github.com/auth0/Auth0.Android/pull/335) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.25.0](https://github.com/auth0/Auth0.Android/tree/1.25.0) (2020-08-21)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.24.1...1.25.0)

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

```gradle
dependencies {
implementation 'com.auth0.android:auth0:1.25.0'
implementation 'com.auth0.android:auth0:1.26.0'
}
```

Expand Down

0 comments on commit e3cc96a

Please sign in to comment.