From 222028e2ab92347dae45e4d6184832b4ff34ab58 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 29 Jul 2025 23:53:00 +0000 Subject: [PATCH 1/2] release_2025-07-29 --- .../Amazon.Extensions.CognitoAuthentication.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj b/src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj index d535ca5..3430733 100644 --- a/src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj +++ b/src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj @@ -21,7 +21,7 @@ true true snupkg - 3.1.0 + 3.1.1 From f36b3a8c92057821e86d28efaefdd936a91d60a2 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 29 Jul 2025 23:53:00 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/b1e5d908-6619-420c-800e-3184a952bb45.json | 11 ----------- CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/b1e5d908-6619-420c-800e-3184a952bb45.json diff --git a/.autover/changes/b1e5d908-6619-420c-800e-3184a952bb45.json b/.autover/changes/b1e5d908-6619-420c-800e-3184a952bb45.json deleted file mode 100644 index 484c5ba..0000000 --- a/.autover/changes/b1e5d908-6619-420c-800e-3184a952bb45.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Extensions.CognitoAuthentication", - "Type": "Patch", - "ChangelogMessages": [ - "Fix Auth with device and device confirmation" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e37cd53..d08d4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-07-29 + +### Amazon.Extensions.CognitoAuthentication (3.1.1) +* Fix Auth with device and device confirmation + ## Release 2025-06-03 ### Amazon.Extensions.CognitoAuthentication (3.1.0)