Skip to content

Commit

Permalink
Release 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Aug 25, 2020
1 parent 618fffa commit 8039c0b
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.22.0](https://github.com/auth0/Lock.Android/tree/2.22.0) (2020-08-25)
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.21.1...2.22.0)

**Added**
- Support bot protection [\#589](https://github.com/auth0/Lock.Android/pull/589) ([lbalmaceda](https://github.com/lbalmaceda))

## [2.21.1](https://github.com/auth0/Lock.Android/tree/2.21.1) (2020-08-05)

[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.21.0...2.21.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
implementation 'com.auth0.android:lock:2.21.1'
implementation 'com.auth0.android:lock:2.22.0'
```

#### Android SDK Versions Troubleshooting
Expand Down

0 comments on commit 8039c0b

Please sign in to comment.