Skip to content

Commit ef7670c

Browse files
committed
Release 3.2.1
1 parent c8a5766 commit ef7670c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [3.2.1](https://github.com/auth0/Lock.Android/tree/3.2.1) (2022-06-24)
4+
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.2.0...3.2.1)
5+
6+
**Fixed**
7+
- Fixing bug where custom audience was not being set in [\#645](https://github.com/auth0/Lock.Android/pull/645) ([Blake-Carrier](https://github.com/Blake-Carrier))
8+
9+
**Security**
10+
- Bump GSON dependency to 2.8.9 [\#639](https://github.com/auth0/Lock.Android/pull/639) ([evansims](https://github.com/evansims))
11+
312
## [3.2.0](https://github.com/auth0/Lock.Android/tree/3.2.0) (2021-10-11)
413
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.1.0...3.2.0)
514

README.md

+1-1
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.2.0'
48+
implementation 'com.auth0.android:lock:3.2.1'
4949
```
5050

5151
## Usage

0 commit comments

Comments
 (0)