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" }