Skip to content

Commit

Permalink
chore: Updating CHANGELOG for release 1.1.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland authored Mar 11, 2024
1 parent 36d96ea commit d08fc5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.1 (2024-03-11)

### Bug Fixes
- Fixing phone numbers containing special characters being rejected by Cognito (See [#56](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/56))

### Misc. Updates
- Using the new `sendVerificationCode` API (See [#54](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/54))

## 1.1.0 (2023-11-01)

### Features
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.0.6"
public static let version = "1.1.1"
public static let name = "amplify-ui-swift-authenticator"
}

0 comments on commit d08fc5c

Please sign in to comment.