Skip to content

Commit

Permalink
chore: Release 1.1.2 [skip ci] (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas authored Apr 26, 2024
1 parent 3a2a9b0 commit 8ba6e63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.1.2 (2024-04-26)

### Bug Fixes

- **AuthenticatorState**: Making `move(to:)` public (#66)
- **ConfirmSignUp**: Updating the state's `deliveryDetails` property when a new code is sent (#65)

## 1.1.1 (2024-03-11)

### Bug Fixes
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.1"
public static let version = "1.1.2"
public static let name = "amplify-ui-swift-authenticator"
}

0 comments on commit 8ba6e63

Please sign in to comment.