From 10f1542df5b97b147939281948514802280b3871 Mon Sep 17 00:00:00 2001 From: Kha Truong <64438356+khatruong2009@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:59:34 -0700 Subject: [PATCH] chore: updated Changelog --- packages/amplify/amplify_flutter/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/amplify/amplify_flutter/CHANGELOG.md b/packages/amplify/amplify_flutter/CHANGELOG.md index 5e15d9b492..ea9f734ea6 100644 --- a/packages/amplify/amplify_flutter/CHANGELOG.md +++ b/packages/amplify/amplify_flutter/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.5.0 +### Feature +- feat(analytics): Support identity pools that have unauthenticated (guest) access disabled + ### Fixes - fix: catch and log updateEndpoint error during configure ([#3985](https://github.com/aws-amplify/amplify-flutter/pull/3985))