Skip to content

Commit 049c210

Browse files
committed
Release 2.5.1
1 parent 270d4f4 commit 049c210

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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+
## [2.5.1](https://github.com/auth0/Auth0.Android/tree/2.5.1) (2021-11-08)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.5.0...2.5.1)
5+
6+
**Security**
7+
- Bump GSON dependency to 2.8.9 [\#526](https://github.com/auth0/Auth0.Android/pull/526) ([evansims](https://github.com/evansims))
8+
39
## [2.5.0](https://github.com/auth0/Auth0.Android/tree/2.5.0) (2021-10-11)
410
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.4.0...2.5.0)
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it,
3535

3636
```gradle
3737
dependencies {
38-
implementation 'com.auth0.android:auth0:2.5.0'
38+
implementation 'com.auth0.android:auth0:2.5.1'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)