Skip to content

Commit 229e3e7

Browse files
authored
Release 2.7.0 (#578)
2 parents 8678ab9 + d19196f commit 229e3e7

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [2.7.0](https://github.com/auth0/auth0-java/tree/2.7.0) (2023-10-31)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.6.1...2.7.0)
5+
6+
**Added**
7+
- Support organization get member roles [\#574](https://github.com/auth0/auth0-java/pull/574) ([jimmyjames](https://github.com/jimmyjames))
8+
- Add passkey properties to authentication method response [\#575](https://github.com/auth0/auth0-java/pull/575) ([jimmyjames](https://github.com/jimmyjames))
9+
310
## [2.6.1](https://github.com/auth0/auth0-java/tree/2.6.1) (2023-09-22)
411
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.6.0...2.6.1)
512

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.6.1</version>
37+
<version>2.7.0</version>
3838
</dependency>
3939
```
4040

4141
or Gradle:
4242

4343
```gradle
44-
implementation 'com.auth0:auth0:2.6.1'
44+
implementation 'com.auth0:auth0:2.7.0'
4545
```
4646

4747
### Configure the SDK

0 commit comments

Comments
 (0)