Skip to content

Commit

Permalink
Merge pull request #171 from auth0/perform-release
Browse files Browse the repository at this point in the history
Release 1.13.1
  • Loading branch information
lbalmaceda authored Jul 13, 2018
2 parents 928a261 + 17e7eb2 commit 12d4135
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

## [1.13.1](https://github.com/auth0/Auth0.Android/tree/1.13.1) (2018-07-13)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.13.0...1.13.1)

**Fixed**
- Fix Web Authentication issues [\#169](https://github.com/auth0/Auth0.Android/pull/169) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.13.0](https://github.com/auth0/Auth0.Android/tree/1.13.0) (2018-06-05)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.12.2...1.13.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 {
compile 'com.auth0.android:auth0:1.13.0'
compile 'com.auth0.android:auth0:1.13.1'
}
```

Expand Down

0 comments on commit 12d4135

Please sign in to comment.