Skip to content

Commit d08fc5c

Browse files
authored
chore: Updating CHANGELOG for release 1.1.1 (#57)
1 parent 36d96ea commit d08fc5c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.1 (2024-03-11)
4+
5+
### Bug Fixes
6+
- Fixing phone numbers containing special characters being rejected by Cognito (See [#56](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/56))
7+
8+
### Misc. Updates
9+
- Using the new `sendVerificationCode` API (See [#54](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/54))
10+
311
## 1.1.0 (2023-11-01)
412

513
### Features

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

0 commit comments

Comments
 (0)