Skip to content

Commit 4cd3b3a

Browse files
authored
Release 2.6.0 (#559)
2 parents 453bd29 + 7d529eb commit 4cd3b3a

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [2.6.0](https://github.com/auth0/auth0-java/tree/2.6.0) (2023-09-07)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.5.0...2.6.0)
45

56
**Security**
6-
- Updated OkHttp to 4.11.0
7+
- Update OkHttp to 4.11.0 [\#558](https://github.com/auth0/auth0-java/pull/558) ([evansims](https://github.com/evansims))
8+
9+
**Fixed**
10+
- Align json property 'cross_origin_authentication' with api docs [\#555](https://github.com/auth0/auth0-java/pull/555) ([Jojo134](https://github.com/Jojo134))
711

812
## [2.5.0](https://github.com/auth0/auth0-java/tree/2.5.0) (2023-07-18)
913
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.4.0...2.5.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Add the dependency via Maven:
3434
<dependency>
3535
<groupId>com.auth0</groupId>
3636
<artifactId>auth0</artifactId>
37-
<version>2.5.0</version>
37+
<version>2.6.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.5.0'
44+
implementation 'com.auth0:auth0:2.6.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)