From 8ba6e63b088a17276b2662c4465cfa247d87005b Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:30:46 -0400 Subject: [PATCH] chore: Release 1.1.2 [skip ci] (#69) --- CHANGELOG.md | 7 +++++++ Sources/Authenticator/Constants/ComponentInformation.swift | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a2e7..8aec754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.2 (2024-04-26) + +### Bug Fixes + +- **AuthenticatorState**: Making `move(to:)` public (#66) +- **ConfirmSignUp**: Updating the state's `deliveryDetails` property when a new code is sent (#65) + ## 1.1.1 (2024-03-11) ### Bug Fixes diff --git a/Sources/Authenticator/Constants/ComponentInformation.swift b/Sources/Authenticator/Constants/ComponentInformation.swift index 234c7d8..a945b57 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.1.1" + public static let version = "1.1.2" public static let name = "amplify-ui-swift-authenticator" }