Skip to content

Commit

Permalink
Release 2.7.0 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 31, 2023
2 parents 8678ab9 + d19196f commit 229e3e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.7.0](https://github.com/auth0/auth0-java/tree/2.7.0) (2023-10-31)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.6.1...2.7.0)

**Added**
- Support organization get member roles [\#574](https://github.com/auth0/auth0-java/pull/574) ([jimmyjames](https://github.com/jimmyjames))
- Add passkey properties to authentication method response [\#575](https://github.com/auth0/auth0-java/pull/575) ([jimmyjames](https://github.com/jimmyjames))

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

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.6.1</version>
<version>2.7.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.6.1'
implementation 'com.auth0:auth0:2.7.0'
```

### Configure the SDK
Expand Down

0 comments on commit 229e3e7

Please sign in to comment.