From d08fc5c7b37ac7babbe71039d60210ab736ed2f0 Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:31:22 -0400 Subject: [PATCH] chore: Updating CHANGELOG for release 1.1.1 (#57) --- CHANGELOG.md | 8 ++++++++ .../Authenticator/Constants/ComponentInformation.swift | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5156603..8b7a2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.1.1 (2024-03-11) + +### Bug Fixes +- Fixing phone numbers containing special characters being rejected by Cognito (See [#56](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/56)) + +### Misc. Updates +- Using the new `sendVerificationCode` API (See [#54](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/54)) + ## 1.1.0 (2023-11-01) ### Features diff --git a/Sources/Authenticator/Constants/ComponentInformation.swift b/Sources/Authenticator/Constants/ComponentInformation.swift index 9faf57c..234c7d8 100644 --- a/Sources/Authenticator/Constants/ComponentInformation.swift +++ b/Sources/Authenticator/Constants/ComponentInformation.swift @@ -8,6 +8,6 @@ import Foundation public class ComponentInformation { - public static let version = "1.0.6" + public static let version = "1.1.1" public static let name = "amplify-ui-swift-authenticator" }