From 9e3bc820fd50527981287d85ef9a4603f3b92db1 Mon Sep 17 00:00:00 2001 From: justlevine Date: Fri, 21 Jan 2022 15:01:33 +0000 Subject: [PATCH] chore: typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee115424..0343b563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.10.1 - Personal Data Settings -This _minor_ release adds query support for Gravity Forms Personal Data settings, an `isActive` field to `FormConfirmation` objects, and a couple of bugs. +This _minor_ release adds query support for Gravity Forms Personal Data settings and the `isActive` field to `FormConfirmation` objects, and fixes a couple of bugs. - feat: Add `personalData` settings to `GfForm` and relevant `FormField` objects. - feat: Add field `isActive` to the `FormConfirmation` object (h/t @natac13).