Skip to content

Commit

Permalink
Release 2.8.1 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jan 11, 2023
1 parent 4b71aa1 commit a7f11ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.8.1](https://github.com/auth0/Auth0.Android/tree/2.8.1) (2023-01-11)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.8.0...2.8.1)

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.
Please review [the README note for additional details.](https://github.com/auth0/Auth0.Android/blob/main/README.md)

## [2.8.0](https://github.com/auth0/Auth0.Android/tree/2.8.0) (2022-07-05)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.7.0...2.8.0)

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> **Note**
> 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.
>
> 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.
![Auth0.Android](https://cdn.auth0.com/website/sdks/banners/auth0-android-banner.png)

[![Maven Central](https://img.shields.io/maven-central/v/com.auth0.android/auth0.svg?style=flat-square)](https://search.maven.org/artifact/com.auth0.android/auth0)
Expand Down Expand Up @@ -44,7 +49,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll

```gradle
dependencies {
implementation 'com.auth0.android:auth0:2.8.0'
implementation 'com.auth0.android:auth0:2.8.1'
}
```

Expand Down

0 comments on commit a7f11ab

Please sign in to comment.