Skip to content

Commit dfd528c

Browse files
committed
Release/1.0.0-beta.1
1 parent 76c4517 commit dfd528c

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

.version

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.0-beta.1](https://github.com/auth0/auth0-auth-java/tree/1.0.0-beta.1) (2026-04-09)
4+
5+
**Added**
6+
- Adds support for Multiple Custom Domains [\#21](https://github.com/auth0/auth0-auth-java/pull/21) ([tanya732](https://github.com/tanya732))
7+
- Adds telemetry support [\#34](https://github.com/auth0/auth0-auth-java/pull/34) ([tanya732](https://github.com/tanya732))
8+
9+
**Fixed**
10+
- Comment out application name in properties file [\#30](https://github.com/auth0/auth0-auth-java/pull/30) ([ClementVicart](https://github.com/ClementVicart))
11+
312
## [1.0.0-beta.0](https://github.com/auth0/auth0-auth-java/tree/1.0.0-beta.0) (2026-03-02)
413

514
### Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you're building a Spring Boot application, use the Spring Boot integration:
3737
<dependency>
3838
<groupId>com.auth0</groupId>
3939
<artifactId>auth0-springboot-api</artifactId>
40-
<version>1.0.0-beta.0</version>
40+
<version>1.0.0-beta.1</version>
4141
</dependency>
4242
```
4343

@@ -84,7 +84,7 @@ Spring Boot integration module is published as a public artifact:
8484

8585
| Module | Group ID | Artifact ID | Version | Status |
8686
| ---------------------- | ----------- | ---------------------- |----------------| ---------------- |
87-
| `auth0-springboot-api` | `com.auth0` | `auth0-springboot-api` | `1.0.0-beta.0` | 📦 **Published** |
87+
| `auth0-springboot-api` | `com.auth0` | `auth0-springboot-api` | `1.0.0-beta.1` | 📦 **Published** |
8888

8989
The core library (`auth0-api-java`) is bundled as an internal dependency within the Spring Boot module and is not published separately.
9090

auth0-springboot-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Add the dependency via Maven:
2525
<dependency>
2626
<groupId>com.auth0</groupId>
2727
<artifactId>auth0-springboot-api</artifactId>
28-
<version>1.0.0-beta.0</version>
28+
<version>1.0.0-beta.1</version>
2929
</dependency>
3030
```
3131

3232
or Gradle:
3333

3434
```gradle
3535
dependencies {
36-
implementation 'com.auth0:auth0-springboot-api:1.0.0-beta.0'
36+
implementation 'com.auth0:auth0-springboot-api:1.0.0-beta.1'
3737
}
3838
```
3939

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.auth0
2-
VERSION_NAME=1.0.0-beta.0
2+
VERSION_NAME=1.0.0-beta.1
33

44
# Shared POM metadata (module-specific properties are in each module's build.gradle)
55
POM_URL=https://github.com/auth0/auth0-auth-java

0 commit comments

Comments
 (0)