From 161e82230c265f08429b5e0d4f8fbe7da68125c6 Mon Sep 17 00:00:00 2001 From: Joon Choi Date: Wed, 17 Apr 2024 15:37:31 -0700 Subject: [PATCH] release: Liveness 1.2.6 (#142) Co-authored-by: JoonWon Choi --- README.md | 4 ++-- liveness/CHANGELOG.md | 6 +++++- liveness/gradle.properties | 2 +- samples/liveness/build.gradle | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf89ee95..a978c907 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,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.1.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.1.0) | [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.5](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.5) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) | +| [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.1.0 | 2.14.10+ | 1.1.2 | -| Liveness | 1.2.5 | 2.15.1+ | 1.1.2 | +| Liveness | 1.2.6 | 2.15.1+ | 1.1.2 | ## Getting Started diff --git a/liveness/CHANGELOG.md b/liveness/CHANGELOG.md index 8029e581..60fdf5fc 100644 --- a/liveness/CHANGELOG.md +++ b/liveness/CHANGELOG.md @@ -1,9 +1,13 @@ +## [Release 1.2.6](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.6) + +## Bug Fixes +* fix(liveness): Catch unhandled exceptions in coordinator (#141) https://github.com/aws-amplify/amplify-ui-android/commit/5e892a830a9d5da42facf0812f25e5d6a5945d29 + ## [Release 1.2.5](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.5) ## Bug Fixes * Update Amplify to 2.15.1 to fix unauthenticated logins caused 401 error https://github.com/aws-amplify/amplify-android/commit/e85e3bb9f28089bd70d5775fab1229f0645e0270 - ## [Release 1.2.4](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.4) ## Bug Fixes and Features diff --git a/liveness/gradle.properties b/liveness/gradle.properties index a20d9492..2dcecd87 100644 --- a/liveness/gradle.properties +++ b/liveness/gradle.properties @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness POM_NAME=Amplify UI Framework for Android - Liveness POM_DESCRIPTION=Amplify UI Framework for Android - Liveness Plugin POM_PACKAGING=aar -VERSION_NAME=1.2.5 +VERSION_NAME=1.2.6 diff --git a/samples/liveness/build.gradle b/samples/liveness/build.gradle index 72cd3166..8ca114dd 100644 --- a/samples/liveness/build.gradle +++ b/samples/liveness/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { compose_version = '1.5.4' amplifyVersion = '2.15.1' - amplifyUIVersion = '1.2.5' + amplifyUIVersion = '1.2.6' } repositories { google()