Skip to content

Commit 6561a42

Browse files
authored
chore: Release 1.1.5 [skip ci] (#85)
1 parent 2518b16 commit 6561a42

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.5 (2024-07-02)
4+
5+
### Bug Fixes
6+
- **Authenticator**: Settting corner radius according to the theme (#84)
7+
38
## 1.1.4 (2024-06-07)
49

510
### Bug Fixes

Sources/Authenticator/Constants/ComponentInformation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
import Foundation
99

1010
public class ComponentInformation {
11-
public static let version = "1.1.2"
11+
public static let version = "1.1.5"
1212
public static let name = "amplify-ui-swift-authenticator"
1313
}

0 commit comments

Comments
 (0)