Skip to content

Commit 92c4094

Browse files
authored
Release 3.2.2 (#653)
1 parent 7492eaf commit 92c4094

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.2) (2023-01-11)
4+
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.2.1...3.2.2)
5+
6+
This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices.
7+
Please review [the README note for additional details.](https://github.com/auth0/Lock.Android/blob/main/README.md)
8+
9+
**Security**
10+
- Bump Auth0.Android dependency to 2.8.1 [\#652](https://github.com/auth0/Lock.Android/pull/652) ([poovamraj](https://github.com/poovamraj))
11+
312
## [3.2.1](https://github.com/auth0/Lock.Android/tree/3.2.1) (2022-06-24)
413
[Full Changelog](https://github.com/auth0/Lock.Android/compare/3.2.0...3.2.1)
514

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> **Note**
2+
> As part of our ongoing commitment to best security practices, we have rotated the signing keys used to sign previous releases of this SDK. As a result, new patch builds have been released using the new signing key. Please upgrade at your earliest convenience.
3+
>
4+
> While this change won't affect most developers, if you have implemented a dependency signature validation step in your build process, you may notice a warning that past releases can't be verified. This is expected, and a result of the key rotation process. Updating to the latest version will resolve this for you.
5+
16
![Lock for Android](https://cdn.auth0.com/website/sdks/banners/lock-android-banner.png)
27

38
[![CircleCI](https://circleci.com/gh/auth0/Lock.Android.svg?style=shield)](https://circleci.com/gh/auth0/Lock.Android)
@@ -38,7 +43,7 @@ android {
3843
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:
3944

4045
```groovy
41-
implementation 'com.auth0.android:lock:3.2.1'
46+
implementation 'com.auth0.android:lock:3.2.2'
4247
```
4348

4449
## Next Steps

0 commit comments

Comments
 (0)