Skip to content

Commit

Permalink
release: Authenticator 1.2.1 Release (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser authored Jun 6, 2024
1 parent 019907a commit 61cdef6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone

| Component | Summary | Latest Version | Docs | Sample |
| --- | --- |------------------------------------------------------------------------------------------------------| --- | --- |
| [Authenticator](authenticator) | Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using [Amplify Authentication](https://docs.amplify.aws/lib/auth/getting-started/q/platform/android/). | [1.2.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.2.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/authenticator) | [Sample](samples/authenticator/) |
| [Authenticator](authenticator) | Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using [Amplify Authentication](https://docs.amplify.aws/lib/auth/getting-started/q/platform/android/). | [1.2.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.2.1) | [Docs](https://ui.docs.amplify.aws/android/connected-components/authenticator) | [Sample](samples/authenticator/) |
| [Face Liveness](liveness) | Amplify FaceLivenessDetector provides a UI component for [Amazon Rekognition Face Liveness](https://aws.amazon.com/rekognition/face-liveness/) feature that helps developers verify that only real users, not bad actors using spoofs, can access your services. | [1.2.6](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.6) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) |

## Supported Versions

| Component | Version | Amplify | Material3 |
| --- |---------|----------|-----------|
| Authenticator | 1.2.0 | 2.16.0+ | 1.1.2 |
| Authenticator | 1.2.1 | 2.16.0+ | 1.1.2 |
| Liveness | 1.2.6 | 2.15.1+ | 1.1.2 |

## Getting Started
Expand Down
9 changes: 9 additions & 0 deletions authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [Release 1.2.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.2.1)

### Fixes
* fix(authenticator): Do not show empty user verification screen by @mattcreaser in https://github.com/aws-amplify/amplify-ui-android/pull/143
* feat(authenticator): Upgrade to Gen2 Amplify version by @mattcreaser in https://github.com/aws-amplify/amplify-ui-android/pull/148


[See all changes between 1.2.0 and 1.2.1](https://github.com/aws-amplify/amplify-ui-android/compare/release_authenticator_v1.2.0...release_authenticator_v1.2.1)

## [Release 1.2.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.2.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Add a dependency on Amplify Authenticator to your application's `dependencies` b

```kotlin
dependencies {
implementation("com.amplifyframework.ui:authenticator:1.2.0")
implementation("com.amplifyframework.ui:authenticator:1.2.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion authenticator/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=authenticator
POM_NAME=Amplify UI Framework for Android - Authenticator
POM_DESCRIPTION=Amplify UI Framework for Android - Authenticator Plugin
POM_PACKAGING=aar
VERSION_NAME=1.2.0
VERSION_NAME=1.2.1
2 changes: 1 addition & 1 deletion samples/authenticator/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
compose_version = '1.5.4'
authenticatorVersion = '1.2.0'
authenticatorVersion = '1.2.1'
}
repositories {
google()
Expand Down

0 comments on commit 61cdef6

Please sign in to comment.