From 0800f8ed28e45f1168d2b8bec296533a390f7991 Mon Sep 17 00:00:00 2001 From: Matt Mathias Date: Mon, 3 Jun 2024 15:28:33 -0700 Subject: [PATCH] Update CHANGELOG for 7.2.0 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1aa3de..b6b6b5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 7.2.0 +- General release adding Firebase App Check support to establish your +application's integrity while signing in with Google +- Internal + - Add instancetype return to test helper ([#393](https://github.com/google/GoogleSignIn-iOS/pull/393)) + - Remove GTMSessionFetcher modular import ([#403](https://github.com/google/GoogleSignIn-iOS/pull/403)) + - Bump activesupport from 5.2.5 to 5.2.8.1 in the bundler group ([#429](https://github.com/google/GoogleSignIn-iOS/pull/429)) + # 7.1.0-fac-beta-1.1.0 - Beta release supporting Firebase App Check tokens used to establish your application's integrity while signing in with Google