Skip to content

Commit

Permalink
Release 2.11.0 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Apr 30, 2024
2 parents 2189e29 + 15af4f3 commit 01f6887
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.1
2.11.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [2.11.0](https://github.com/auth0/auth0-java/tree/2.11.0) (2024-04-29)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.10.1...2.11.0)

**Added**
- [SDK-4763] - RIch Authorization Request (RAR) [\#637](https://github.com/auth0/auth0-java/pull/637) ([jimmyjames](https://github.com/jimmyjames))
- [SDK-4763] - Add support for HRI Management API changes [\#635](https://github.com/auth0/auth0-java/pull/635) ([jimmyjames](https://github.com/jimmyjames))
- [SDK-4763] - add support for JAR and PAR with JAR to Authentication API [\#636](https://github.com/auth0/auth0-java/pull/636) ([jimmyjames](https://github.com/jimmyjames))
- [SDK-4769] - add show_as_button to Organization Enabled Connections [\#631](https://github.com/auth0/auth0-java/pull/631) ([jimmyjames](https://github.com/jimmyjames))

## [2.10.1](https://github.com/auth0/auth0-java/tree/2.10.1) (2024-01-29)
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.10.0...2.10.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.10.1</version>
<version>2.11.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:2.10.1'
implementation 'com.auth0:auth0:2.11.0'
```

### Configure the SDK
Expand Down

0 comments on commit 01f6887

Please sign in to comment.