Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Nov 3, 2016
1 parent 2e14095 commit 36ca439
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.1.1](https://github.com/auth0/Lock.Android/tree/2.1.1) (2016-11-02)
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.1.0...2.1.1)

**Fixed**
- Fix NPE when connection scope is missing [\#365](https://github.com/auth0/Lock.Android/pull/365) ([lbalmaceda](https://github.com/lbalmaceda))

## [2.1.0](https://github.com/auth0/Lock.Android/tree/2.1.0) (2016-10-24)
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.0.0...2.1.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Android API Level 15+ is required in order to use Lock's UI.
Lock is available both in [Maven Central](http://search.maven.org) and [JCenter](https://bintray.com/bintray/jcenter). To start using *Lock* add these lines to your `build.gradle` dependencies file:

```gradle
compile 'com.auth0.android:lock:2.1.0'
compile 'com.auth0.android:lock:2.1.1'
```

## Usage
Expand Down

0 comments on commit 36ca439

Please sign in to comment.