From 131ef5391a943879662901750929b433e4d7624c Mon Sep 17 00:00:00 2001 From: Hernan Zalazar Date: Mon, 21 Nov 2016 20:38:38 -0300 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe5b9053..a642d12ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.2.0](https://github.com/auth0/Lock.Android/tree/2.2.0) (2016-11-21) +[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.1.1...2.2.0) + +**Added** +- Allow to set a custom scope. [\#368](https://github.com/auth0/Lock.Android/pull/368) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Changed** +- Update to auth0.android 1.1.1 [\#369](https://github.com/auth0/Lock.Android/pull/369) ([hzalaz](https://github.com/hzalaz)) + ## [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) diff --git a/README.md b/README.md index 739275b76..714c10eb9 100644 --- a/README.md +++ b/README.md @@ -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.1' +compile 'com.auth0.android:lock:2.2.0' ``` ## Usage