Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Oct 31, 2024
1 parent 3a8f206 commit 7306bb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 72 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ amplifyconfiguration.dart
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*
.secret-*
Tests/AuthenticatorHostApp/AuthenticatorHostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.8 (2024-10-31)
## 1.2.0 (2024-10-31)

### Feature
- **Authenticator**: Adding support for Email MFA (#96)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Authenticator/Constants/ComponentInformation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
import Foundation

public class ComponentInformation {
public static let version = "1.1.8"
public static let version = "1.2.0"
public static let name = "amplify-ui-swift-authenticator"
}

This file was deleted.

0 comments on commit 7306bb1

Please sign in to comment.