From 8039c0bf109ba5aaecef6a3fe433bfc01321c43c Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 25 Aug 2020 16:35:37 -0300 Subject: [PATCH] Release 2.22.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81a14785..f4c8d8b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 60ed7f7dc..c8be48cb6 100644 --- a/README.md +++ b/README.md @@ -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