Skip to content

Commit 8ba6e63

Browse files
authored
chore: Release 1.1.2 [skip ci] (#69)
1 parent 3a2a9b0 commit 8ba6e63

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.2 (2024-04-26)
4+
5+
### Bug Fixes
6+
7+
- **AuthenticatorState**: Making `move(to:)` public (#66)
8+
- **ConfirmSignUp**: Updating the state's `deliveryDetails` property when a new code is sent (#65)
9+
310
## 1.1.1 (2024-03-11)
411

512
### 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.1"
11+
public static let version = "1.1.2"
1212
public static let name = "amplify-ui-swift-authenticator"
1313
}

0 commit comments

Comments
 (0)