Skip to content

Commit 96b9a66

Browse files
committed
Updated the change log and version file
1 parent 23b88c4 commit 96b9a66

3 files changed

Lines changed: 12 additions & 7 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: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## [1.0.0-beta.0](https://github.com/auth0/ui-components-android/tree/1.0.0-beta.0) (2026-06-01)
44

5-
**Added**
6-
- UIC-289 : Added support for copy barcode uri in case of push notification authentication via guardian app [\#21](https://github.com/auth0/ui-components-android/pull/21) ([pacific-ring](https://github.com/pacific-ring))
7-
- Added support for user agent for MyAccount API call via the SDK [\#20](https://github.com/auth0/ui-components-android/pull/20) ([pmathew92](https://github.com/pmathew92))
8-
- feat: Implement Passkey Enrollment Flow with Credential Manager Integration [\#1](https://github.com/auth0/ui-components-android/pull/1) ([pmathew92](https://github.com/pmathew92))
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
914

1015

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)