Skip to content

Commit

Permalink
Merge pull request auth0#361 from auth0/perform-release
Browse files Browse the repository at this point in the history
Release 1.28.0
  • Loading branch information
lbalmaceda committed Oct 13, 2020
2 parents e29a089 + 01c64d3 commit b60c222
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.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)

**Added**
- Accept a custom clock instance in both Credentials Managers [SDK-1973] [\#358](https://github.com/auth0/Auth0.Android/pull/358) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**
- Catch a gson JsonIOException when parsing SimpleRequest response [SDK-1981] [\#355](https://github.com/auth0/Auth0.Android/pull/355) ([quibi-jlk](https://github.com/quibi-jlk))

## [1.27.0](https://github.com/auth0/Auth0.Android/tree/1.27.0) (2020-09-25)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.26.0...1.27.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.26.1'
implementation 'com.auth0.android:auth0:1.28.0'
}
```

Expand Down

0 comments on commit b60c222

Please sign in to comment.