Skip to content

Commit d7a89fc

Browse files
authored
Merge pull request #29 from auth0/release/1.0.0-beta.0
Release 1.0.0-beta.0
2 parents d8de712 + 0a9217a commit d7a89fc

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

.version

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

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# Changelog
1+
# Change Log
2+
3+
## [1.0.0-beta.0](https://github.com/auth0/ui-components-android/tree/1.0.0-beta.0) (2026-06-01)
4+
5+
Auth0UniversalComponents Android — Beta Release
6+
7+
Features
8+
9+
- **Passkey Management** — Enroll and manage passkeys for your account
10+
- **MFA factor management** - Enroll / list / remove for TOTP, Push, SMS OTP, Email OTP, Recovery Codes
11+
- **Guardian MFA Authenticator** — Multi-factor authentication with OTP code generation and copy functionality
12+
- **Step-up Authentication** — Prompt users for additional verification when accessing sensitive actions
13+
- **Theming** — Customizable theming system to match your app's brand
14+
15+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Add the dependency to your `build.gradle` file:
6161

6262
```gradle
6363
dependencies {
64-
implementation 'com.auth0.universalcomponents:universal-components:1.0.0'
64+
implementation 'com.auth0.universalcomponents:universal-components:1.0.0-beta.0'
6565
}
6666
```
6767

@@ -72,7 +72,7 @@ Add to your `gradle/libs.versions.toml`:
7272

7373
```toml
7474
[versions]
75-
auth0-universal-components = "1.0.0"
75+
auth0-universal-components = "1.0.0-beta.0"
7676

7777
[libraries]
7878
auth0-universal-components = { module = "com.auth0.universalcomponents:universal-components", version.ref = "auth0-universal-components" }

0 commit comments

Comments
 (0)