Skip to content

Commit

Permalink
Release 2.6.0 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Sep 7, 2023
2 parents 453bd29 + 7d529eb commit 4cd3b3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log

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

**Security**
- Updated OkHttp to 4.11.0
- Update OkHttp to 4.11.0 [\#558](https://github.com/auth0/auth0-java/pull/558) ([evansims](https://github.com/evansims))

**Fixed**
- Align json property 'cross_origin_authentication' with api docs [\#555](https://github.com/auth0/auth0-java/pull/555) ([Jojo134](https://github.com/Jojo134))

## [2.5.0](https://github.com/auth0/auth0-java/tree/2.5.0) (2023-07-18)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.4.0...2.5.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.5.0'
implementation 'com.auth0:auth0:2.6.0'
```

### Configure the SDK
Expand Down

0 comments on commit 4cd3b3a

Please sign in to comment.