Skip to content

Commit 665040a

Browse files
committed
Release 3.0.1
1 parent e39b5a8 commit 665040a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.0.1](https://github.com/auth0/Lock.Android/tree/3.0.1) (2021-05-27)
4+
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.0.0...3.0.1)
5+
6+
**Fixed**
7+
- Trim username and email input to avoid NPE [\#628](https://github.com/auth0/Lock.Android/pull/628) ([lbalmaceda](https://github.com/lbalmaceda))
8+
39
## [3.0.0](https://github.com/auth0/Lock.Android/tree/3.0.0) (2021-05-04)
410
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.23.0...3.0.0)
511
**Closed issues**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
Lock is available in [Maven Central](http://search.maven.org). To start using *Lock* add this line to the dependencies of your `build.gradle` file:
4646

4747
```groovy
48-
implementation 'com.auth0.android:lock:3.0.0'
48+
implementation 'com.auth0.android:lock:3.0.1'
4949
```
5050

5151
## Usage

0 commit comments

Comments
 (0)