Skip to content

Commit 9fb7369

Browse files
authored
Release 3.0.0-beta.0 (#801)
1 parent eb0b763 commit 9fb7369

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.27.0
1+
3.0.0-beta.0

CHANGELOG.md

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

3-
## [v3.0.0-beta.0](https://github.com/auth0/auth0-java/tree/v3.0.0-beta.0) (2025-12-18)
4-
[Full Changelog](https://github.com/auth0/auth0-java/compare/v4.26.0...v3.0.0-beta.0)
3+
## [3.0.0-beta.0](https://github.com/auth0/auth0-java/tree/3.0.0-beta.0) (2025-12-18)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.27.0...3.0.0-beta.0)
55

66
> **Warning** This SDK is in beta and is subject to breaking changes. It is not recommended for production use, but your feedback and help in testing is appreciated!
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Add the dependency via Maven:
3636
<dependency>
3737
<groupId>com.auth0</groupId>
3838
<artifactId>auth0</artifactId>
39-
<version>2.27.0</version>
39+
<version>3.0.0-beta.0</version>
4040
</dependency>
4141
```
4242

4343
or Gradle:
4444

4545
```gradle
46-
implementation 'com.auth0:auth0:2.27.0'
46+
implementation 'com.auth0:auth0:3.0.0-beta.0'
4747
```
4848

4949
### Configure the SDK

0 commit comments

Comments
 (0)