Skip to content

Commit 0bd465d

Browse files
authored
fix: include breaking change details in changelog (gh issue #200) (#201)
1 parent c454966 commit 0bd465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Release 2025-07-29
22

33
### Amazon.Extensions.CognitoAuthentication (3.1.1)
4-
* Fix Auth with device and device confirmation
4+
* **BREAKING CHANGE**: Fix Auth with device and device confirmation. The third parameter in `GenerateDeviceVerifier()` method has been renamed from `username` to `deviceKey`. Existing code will compile but fail at runtime - update calls to pass the device key instead of username.
55

66
## Release 2025-06-03
77

0 commit comments

Comments
 (0)