Skip to content

Commit 7306bb1

Browse files
committed
update
1 parent 3a8f206 commit 7306bb1

File tree

4 files changed

+4
-72
lines changed

4 files changed

+4
-72
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ amplifyconfiguration.dart
4848
amplify-build-config.json
4949
amplify-gradle-config.json
5050
amplifytools.xcconfig
51-
.secret-*
51+
.secret-*
52+
Tests/AuthenticatorHostApp/AuthenticatorHostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.1.8 (2024-10-31)
3+
## 1.2.0 (2024-10-31)
44

55
### Feature
66
- **Authenticator**: Adding support for Email MFA (#96)

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

Tests/AuthenticatorHostApp/AuthenticatorHostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)