diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d5898..2935241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.5 (2024-07-02) + +### Bug Fixes +- **Authenticator**: Settting corner radius according to the theme (#84) + ## 1.1.4 (2024-06-07) ### Bug Fixes diff --git a/Sources/Authenticator/Constants/ComponentInformation.swift b/Sources/Authenticator/Constants/ComponentInformation.swift index a945b57..8322a33 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.2" + public static let version = "1.1.5" public static let name = "amplify-ui-swift-authenticator" }