Skip to content

Commit 41458d8

Browse files
authored
Release 3.1.0 (#815)
1 parent 9b67de2 commit 41458d8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1.0

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/auth0/auth0-java/tree/3.1.0) (2026-01-29)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.0.0...3.1.0)
5+
6+
**Added**
7+
- Feat: Added Support for App Access Permission and Inbound User Directory GA [\#813](https://github.com/auth0/auth0-java/pull/813) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
- Feat: Added Self Service Organization Domain Java Support [\#808](https://github.com/auth0/auth0-java/pull/808) ([fern-api[bot]](https://github.com/apps/fern-api))
9+
- Updated Readme [\#809](https://github.com/auth0/auth0-java/pull/809) ([tanya732](https://github.com/tanya732))
10+
311
## [3.0.0](https://github.com/auth0/auth0-java/tree/3.0.0) (2026-01-09)
412
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.27.0...3.0.0)
513

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Add the dependency via Maven:
3535
<dependency>
3636
<groupId>com.auth0</groupId>
3737
<artifactId>auth0</artifactId>
38-
<version>3.0.0</version>
38+
<version>3.1.0</version>
3939
</dependency>
4040
```
4141

4242
or Gradle:
4343

4444
```gradle
45-
implementation 'com.auth0:auth0:3.0.0'
45+
implementation 'com.auth0:auth0:3.1.0'
4646
```
4747

4848
### Configure the SDK

0 commit comments

Comments
 (0)