Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/gradle/gradle-bu…
Browse files Browse the repository at this point in the history
…ild-action-2.10.0
  • Loading branch information
jimmyjames authored Nov 30, 2023
2 parents c5d6657 + 06d3544 commit ddd18d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ ignore:
- '*':
reason: 'test-only dependency, no update available'
expires: 2023-12-31T00:00:00.000Z
SNYK-JAVA-ORGBOUNCYCASTLE-6084022:
- '*':
reason: 'test-only dependency, no update available'
expires: 2023-12-31T00:00:00.000Z

patch: {}
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.9.0](https://github.com/auth0/auth0-java/tree/2.9.0) (2023-11-21)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.8.0...2.9.0)

**Added**
- Support organization in client credentials [\#582](https://github.com/auth0/auth0-java/pull/582) ([jimmyjames](https://github.com/jimmyjames))

# [2.8.0](https://github.com/auth0/auth0-java/tree/2.8.0) (2023-11-07)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.7.0...2.8.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.8.0</version>
<version>2.9.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.8.0'
implementation 'com.auth0:auth0:2.9.0'
```

### Configure the SDK
Expand Down

0 comments on commit ddd18d0

Please sign in to comment.